summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-05stream: code cleanupXavier Claessens1-281/+206
2016-09-05stream: small fix in error code pathXavier Claessens1-4/+8
2016-09-05Revert "rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrc"Xavier Claessens1-168/+131
2016-09-01Back to developmentSebastian Dröge1-1/+1
2016-09-01Release 1.9.2Sebastian Dröge5-53/+88
2016-08-31Add support for Meson as alternative/parallel build systemTim-Philipp Müller9-0/+271
2016-08-26build: silence error about pthread for 'make check' in osxJosep Torra2-1/+4
2016-08-02rtsp-client: Fix leaking of media in error casesNikita Bobkov1-5/+7
2016-08-02rtsp-client: Fix leaking of session in error casesSebastian Dröge1-6/+7
2016-07-11Automatic update of common submoduleStefan Sauer1-0/+0
2016-07-06Back to developmentSebastian Dröge1-5/+5
2016-07-06Release 1.9.1Sebastian Dröge5-803/+209
2016-06-24configure: Need to add -DGST_STATIC_COMPILATION when building only staticallyNirbheek Chauhan1-1/+8
2016-06-21Automatic update of common submoduleNicolas Dufresne1-0/+0
2016-06-14sdp: add rollover counters for all sender SSRCAleix Conchillo Flaqué4-23/+186
2016-06-07docs: fix some typosTim-Philipp Müller2-3/+3
2016-05-25g-i: pass compiler env to g-ir-scannerTim-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