summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-25g-i: pass compiler env to g-ir-scannerHEADmasterTim-Philipp Müller1-0/+1
2016-05-19rtsp-session: RFC2326 does not allow a space between ; and timeout in the Ses...Ian1-1/+1
2016-04-29rtspclientsink: Check return value of sscanfEdward Hervey1-5/+3
2016-04-29rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrcJake Foytik3-172/+287
2016-04-29rtsp-stream: Always bind to ANY when address is a multicast address and not o...Sebastian Dröge1-10/+2
2016-04-14Automatic update of common submoduleJulien Isorce1-0/+0
2016-04-06rtsp-thread-pool: explained why GSource is a part of ThreadImplPatricia Muscalu1-0/+2
2016-04-04examples: Clean up CFLAGS/LDADD even moreSebastian Dröge1-13/+9
2016-04-04examples: Clean up CFLAGS/LDADD to link with the correct versions of all libr...Sebastian Dröge1-5/+15
2016-04-03rtsp-server: Use $(GST_NET_LIBS) / $(GST_NET_CFLAGS)Sebastian Dröge1-3/+4
2016-04-03rtsp-server: Implement clock signalling according to RFC7273Sebastian Dröge8-0/+363
2016-03-25rtspclientsink: Add support for setting the multicast interfaceSebastian Dröge1-0/+1
2016-03-25rtsp-media: Add support for setting the multicast interfaceSebastian Dröge6-2/+208
2016-03-24rtspclientsink: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-03-24Back to developmentSebastian Dröge1-6/+6
2016-03-24Release 1.8.0Sebastian Dröge5-19/+830
2016-03-16rtsp-stream: Don't set the state of the appsrc from PLAYING to PAUSED again d...Sebastian Dröge1-2/+0
2016-03-15Release 1.7.91Sebastian Dröge5-13/+103
2016-03-10rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syn...Sebastian Dröge1-3/+22
2016-03-11rtsp-stream: Fix typo in the docstringJan Schmidt1-1/+1
2016-03-05rtsp-stream: Disable multicast loopback for all our socketsSebastian Dröge1-0/+2
2016-03-05stream tests: added new testsPatricia Muscalu1-0/+209
2016-03-04rtsp-stream: Only bind multicast sockets to ANY on WindowsSebastian Dröge1-3/+10
2016-03-03rtsp-stream: Only use the address pool for unicast UDP if it contains unicast...Sebastian Dröge1-9/+8
2016-03-02rtsp-server: Fix indentationSebastian Dröge2-20/+25
2016-03-02rtsp-stream: Don't bind the sockets to multicast addressesSebastian Dröge1-0/+9
2016-03-01Release 1.7.90Sebastian Dröge5-28/+134
2016-02-26Automatic update of common submoduleSebastian Dröge1-0/+0
2016-02-24rtspsink: Fix some leaks in rtspclientsink and the unit test.Jan Schmidt2-2/+9
2016-02-23tests: unit test fixesPatricia Muscalu4-42/+72
2016-02-23rtsp-stream: postpone UDP socket allocation until SETUPPatricia Muscalu3-180/+186
2016-02-23rtsp-stream: postpone the creation of the UDP sourcesPatricia Muscalu1-16/+59
2016-02-23rtsp-stream: added function for setting UDP sources to PLAYING statePatricia Muscalu1-0/+54
2016-02-23rtsp-stream: added function for creating and configuring UDP sourcesPatricia Muscalu1-38/+43
2016-02-23rtsp-stream: added function for RTP/RTCP socket configurationPatricia Muscalu1-8/+19
2016-02-23rtsp-stream: added function for creating and configuring UDP sinksPatricia Muscalu1-64/+85
2016-02-23rtsp-stream: added helper function for creating the sender/receiver partsPatricia Muscalu1-127/+166
2016-02-19Back to developmentSebastian Dröge1-5/+5
2016-02-19Release 1.7.2Sebastian Dröge5-30/+259
2016-02-18uninstalled.pc: add support for non libtool build systemsJulien Isorce1-2/+2
2016-02-09rtspclientsink: remove check for impossible conditionLuis de Bethencourt1-2/+0
2016-02-08rtspclientsink: clean switch statementsLuis de Bethencourt1-0/+2
2016-02-05tests: extend the AM_TESTS_ENVIRONMENT from check.makThiago Santos1-2/+1
2016-02-05Automatic update of common submoduleThiago Santos2-0/+2
2016-02-02rtsp-media: fix state_lock not locked again when preroll failsSteven Hoving1-3/+5
2016-01-28configure: Move plugin specific flags below all the othersSebastian Dröge1-25/+25
2016-01-29rtspclientsink: Simplify slightly using new -base APIJan Schmidt1-120/+16
2016-01-29rtspsink: Add rtspclientsink elementJan Schmidt9-4/+5428
2016-01-29rtsp-stream: Add functions for using rtsp-stream from the clientJan Schmidt2-2/+69
2016-01-29rtsp-sdp: Add gst_rtsp_sdp_from_stream()Jan Schmidt2-23/+41