summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-28rtsp-media: Fix mutex beeing unlocked while they should be lockedSteven Hoving1-3/+3
2016-01-15rtsp-media-factory: add missing break in "clock" property setterTim-Philipp Müller1-0/+1
2016-01-07rtsp-stream: fixed assert during update transportSrimanta Panda1-9/+13
2016-01-03docs: remove dummy function declarations with G_INLINE_FUNC for gtk-docTim-Philipp Müller3-25/+0
2015-12-31sdp: replace duplicated codes to call new base sdp apisHyunjun Ko2-727/+38
2015-12-30test-netclock: Use the new API to configure a clock directlySebastian Dröge1-60/+4
2015-12-30rtsp-media: Add API to directly configure a clock on the media pipelinesSebastian Dröge4-0/+122
2015-12-30rtsp-media: Fix typo in docs gst_rtsp_media_set_latncy() -> latency()Sebastian Dröge1-1/+1
2015-12-30rtsp-media-factory: Add FIXME for 2.0Sebastian Dröge1-0/+5
2015-12-30rtsp-stream: Fix indentationSebastian Dröge1-1/+1
2015-12-28rtsp-media: Do not prepare media after media times outSebastian Rasmussen1-0/+14
2015-12-28rtsp-media: Add property to decide if sending media should be stopped when a ...Sebastian Dröge5-9/+191
2015-12-24Back to developmentSebastian Dröge1-5/+5
2015-12-24Release 1.7.1Sebastian Dröge5-83/+301
2015-12-21configure: Make -Bsymbolic check work with clang.Koop Mast1-5/+6
2015-12-15rtsp-session-pool: Avoid dollar sign ($) in session idsOlivier Crête1-1/+1
2015-12-14rtsp-server: Add g_autoptr() support to all typesXavier Claessens16-0/+72
2015-12-08rtsp-stream: fixed valgrind errorSrimanta Panda1-11/+24
2015-12-07Automatic update of common submoduleNicolas Dufresne2-1/+5
2015-12-04rtsp-client: suspend media during setup requestSrimanta Panda1-0/+3
2015-12-04rtsp-stream: create stream pipeline based on transportSrimanta Panda1-28/+75
2015-12-01rtsp-stream: Only create RTP sending/receiving rtpbin pads if neededSebastian Dröge1-161/+180
2015-11-17rtsp-stream: Disable multicast loopback for the multicast udp sources tooSebastian Dröge1-0/+1
2015-11-17examples: Actually use the provided port in the record examplesJan Schmidt2-0/+3
2015-11-17test-record-auth: Add the option to build in TLS supportJan Schmidt1-0/+48
2015-11-17test-auth: Use an 'anonymous' user for unauthenticated defaultJan Schmidt1-2/+6
2015-11-17Add test-record-auth exampleJan Schmidt3-1/+132
2015-11-17rtsp-client: Report RECORD and ANNOUNCE as supported in the OPTIONSJan Schmidt2-6/+8
2015-11-11rtsp-server: Change the logic so we don't pop a NULL contextMarcus Prebble1-1/+4
2015-10-22rtspserver: Add udp-mcast transport SETUP testDavid Svensson Fors1-105/+88
2015-10-22rtsp-stream: Always unref return value of gst_object_get_parent()David Svensson Fors1-1/+2
2015-10-21Automatic update of common submoduleTim-Philipp Müller1-0/+0
2015-10-21Use new GST_ENABLE_EXTRA_CHECKS #defineSebastian Dröge1-0/+1
2015-10-21Automatic update of common submoduleSebastian Dröge1-0/+0
2015-10-02Update GLib dependency to 2.40.0Sebastian Dröge1-1/+1
2015-10-02stream: listen to sender ssrc signalsHyunjun Ko2-0/+60
2015-09-29common: update for new suppressionTim-Philipp Müller1-0/+0
2015-09-29rtsp-media: Take reference to media that will be preparedSebastian Rasmussen1-1/+2
2015-09-26rtsp-server: Fix memory leaks when context parse failsVineeth TM5-0/+10
2015-09-25Back to developmentSebastian Dröge1-6/+6
2015-09-25Release 1.6.0Sebastian Dröge5-23/+105
2015-09-18Release 1.5.91Sebastian Dröge5-23/+81
2015-09-17stream: fix docs for recently-added get/set_buffer_size APITim-Philipp Müller2-5/+11
2015-09-09rtsp-media: Don't crash on encrypted RTX SDPJan Schmidt1-9/+19
2015-09-03test-mp4: Support filenames with spaces in them. Error out on too few argumentsJan Schmidt1-1/+6
2015-09-03test-record: Check parameter count and print out helpJan Schmidt1-0/+5
2015-09-03rtsp-stream: Implement UDP buffer size setting.Jan Schmidt3-3/+64
2015-09-03rtsp-media: Fix small typo causing gtk-doc to complainJan Schmidt1-1/+1
2015-08-19Release 1.5.90Sebastian Dröge5-24/+126
2015-08-16media-factory: get port number through gst_rtsp_url_get_portHyunjun Ko1-2/+4