summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Release 1.6.41.6.41.6Tim-Philipp Müller5-62/+210
2016-04-06rtsp-stream: fixed assert during update transportSrimanta Panda1-9/+13
2016-04-06rtsp-media: Do not prepare media after media times outSebastian Rasmussen1-0/+14
2016-04-06rtsp-session-pool: Avoid dollar sign ($) in session idsOlivier Crête1-1/+1
2016-04-06rtsp-stream: fixed valgrind errorSrimanta Panda1-11/+24
2016-04-06rtsp-client: suspend media during setup requestSrimanta Panda1-0/+3
2016-04-06rtsp-stream: Only create RTP sending/receiving rtpbin pads if neededSebastian Dröge1-161/+180
2016-04-06rtsp-stream: Disable multicast loopback for the multicast udp sources tooSebastian Dröge1-0/+1
2016-04-06rtsp-client: Report RECORD and ANNOUNCE as supported in the OPTIONSJan Schmidt2-6/+8
2016-02-02rtsp-media: fix state_lock not locked again when preroll failsSteven Hoving1-3/+5
2016-01-28rtsp-media: Fix mutex beeing unlocked while they should be lockedSteven Hoving1-3/+3
2015-12-14Release 1.6.21.6.2Sebastian Dröge5-39/+74
2015-11-16rtsp-server: Change the logic so we don't pop a NULL contextMarcus Prebble1-1/+4
2015-10-30Release 1.6.11.6.1Sebastian Dröge5-78/+94
2015-10-23rtsp-stream: Always unref return value of gst_object_get_parent()David Svensson Fors1-1/+2
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-25Release 1.6.01.6.0Sebastian Dröge5-23/+105
2015-09-18Release 1.5.911.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.901.5.90Sebastian Dröge5-24/+126
2015-08-16media-factory: get port number through gst_rtsp_url_get_portHyunjun Ko1-2/+4
2015-08-13media-test: Removing unnecessary assertionFrancisco Velazquez1-4/+0
2015-08-10Document that source keeps a ref on server until it's destroyedXavier Claessens1-0/+8
2015-08-08media-test: Test for multiple dynamic payloadNicolas Dufresne1-5/+83
2015-08-08media: Only add fakesink once per pipelineNicolas Dufresne1-4/+6
2015-08-08Revert "rtsp-media: Only add 1 fakesink per pipeline"Nicolas Dufresne1-5/+5
2015-08-07rtsp-media: Only add 1 fakesink per pipelineNicolas Dufresne1-5/+5
2015-07-30rtsp-media: assertion error due to wrong condition checkVineeth TM1-1/+1
2015-07-29rtsp-media: Strip keys from the fmtp that we use internally in our capsSebastian Dröge1-0/+18
2015-07-20threadpool: Fix possible warning in gst_rtsp_thread_pool_cleanup()Xavier Claessens1-1/+2
2015-07-03Automatic update of common submoduleStefan Sauer1-0/+0
2015-06-25Back to developmentSebastian Dröge1-5/+5
2015-06-24Release 1.5.21.5.2Sebastian Dröge5-61/+168
2015-06-23rtsp-client: allow application to decide what requirements are supportedOgnyan Tonchev3-12/+187
2015-06-16Automatic update of common submoduleNicolas Dufresne1-0/+0
2015-06-16rtsp-media: Always use real payloader when creating streamsOgnyan Tonchev1-1/+15
2015-06-13test-netclock: Use gst_pipeline_set_latency() to set a high-enough, equal lat...Sebastian Dröge1-0/+4
2015-06-12test-netclock: Use new ntp-time-source property on rtpbinSebastian Dröge2-2/+2
2015-06-11test-netclock: Setting the same base time on sender and receiver is not neces...Sebastian Dröge2-4/+0
2015-06-11rtsp-stream: add description for gst_rtsp_stream_request_aux_senderHyunjun Ko1-0/+11
2015-06-11docs: add missing typesHyunjun Ko1-0/+27
2015-06-11docs: add missing apisHyunjun Ko1-0/+19
2015-06-10test-netclock-client: Use ntp-sync=TRUE and buffer-mode=SYNC for proper synch...Sebastian Dröge1-1/+1
2015-06-09GstRTSPAuth: Add client certificate authentication supportXavier Claessens3-4/+188