summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-02tests: try to avoid using the same ports in different tests1.8Tim-Philipp Müller2-8/+8
2016-11-02tests: client: use fail_unless_equals_foo() for better failure reportingTim-Philipp Müller1-5/+5
2016-10-25rtsp-client: Fix factory leaking in find_media() in error casesNikita Bobkov1-0/+4
2016-10-25rtsp-client: Fix leaking of media in error casesNikita Bobkov1-5/+7
2016-10-25rtsp-client: Fix leaking of session in error casesSebastian Dröge1-6/+7
2016-10-25rtsp-session: Fix segfault when doing keep-alive after removing the sessionKseniia1-0/+23
2016-10-25stream: Fix randomly missing streams from SDP with dynamic elementsXavier Claessens1-0/+1
2016-10-25stream: cosmetic cleanupXavier Claessens1-1/+1
2016-10-25stream: Compare IP addresses case insensitive in more placesXavier Claessens1-2/+3
2016-10-25rtsp-stream: Compare IP address strings case insensitiveSebastian Dröge1-3/+4
2016-10-25rtsp-stream: Bind multicast sockets to ANY as beforeSebastian Dröge1-1/+4
2016-10-25rtsp-stream: Always create multicast UDP elements if the protocol flag is setSebastian Dröge1-136/+79
2016-10-25rtsp-stream: Fix up various multicast related issuesSebastian Dröge1-2/+8
2016-10-25tests: Fix compilationSebastian Dröge1-1/+0
2016-10-25stream: revert back to create udpsrc/udpsink on DESCRIBE for unicastXavier Claessens3-363/+306
2016-10-25stream: factor our plug_src functionXavier Claessens1-43/+34
2016-10-25stream: factor out plug_sink functionXavier Claessens1-46/+36
2016-10-25stream: small documentation clarificationXavier Claessens1-2/+6
2016-10-25stream: rename addr_v4/6 to mcast_addr_v4/6 for clarityXavier Claessens1-14/+14
2016-10-25stream: Keep a ref on joined binXavier Claessens1-18/+22
2016-10-25stream: code cleanupXavier Claessens1-281/+206
2016-10-25stream: small fix in error code pathXavier Claessens1-4/+8
2016-10-25Revert "rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrc"Xavier Claessens1-168/+131
2016-08-19Release 1.8.31.8.3Sebastian Dröge5-56/+59
2016-08-13g-i: pass compiler env to g-ir-scannerTim-Philipp Müller1-0/+1
2016-06-09Release 1.8.21.8.2Sebastian Dröge5-25/+81
2016-05-20rtsp-session: RFC2326 does not allow a space between ; and timeout in the Ses...Ian1-1/+1
2016-05-04rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrcJake Foytik3-172/+287
2016-05-04rtsp-stream: Always bind to ANY when address is a multicast address and not o...Sebastian Dröge1-10/+2
2016-04-20Release 1.8.11.8.1Sebastian Dröge5-795/+51
2016-03-24Release 1.8.01.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.911.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.901.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