summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-02-02rtsp-media: fix state_lock not locked again when preroll failsSteven Hoving1-3/+5
2016-01-29rtspclientsink: Simplify slightly using new -base APIJan Schmidt1-120/+16
2016-01-29rtspsink: Add rtspclientsink elementJan Schmidt5-1/+5174
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
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-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-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-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-17rtsp-client: Report RECORD and ANNOUNCE as supported in the OPTIONSJan Schmidt1-0/+1
2015-11-11rtsp-server: Change the logic so we don't pop a NULL contextMarcus Prebble1-1/+4
2015-10-22rtsp-stream: Always unref return value of gst_object_get_parent()David Svensson Fors1-1/+2
2015-10-02stream: listen to sender ssrc signalsHyunjun Ko1-0/+38
2015-09-29rtsp-media: Take reference to media that will be preparedSebastian Rasmussen1-1/+2
2015-09-17stream: fix docs for recently-added get/set_buffer_size APITim-Philipp Müller1-5/+8
2015-09-09rtsp-media: Don't crash on encrypted RTX SDPJan Schmidt1-9/+19
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-16media-factory: get port number through gst_rtsp_url_get_portHyunjun Ko1-2/+4
2015-08-10Document that source keeps a ref on server until it's destroyedXavier Claessens1-0/+8
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-06-23rtsp-client: allow application to decide what requirements are supportedOgnyan Tonchev2-12/+52
2015-06-16rtsp-media: Always use real payloader when creating streamsOgnyan Tonchev1-1/+15
2015-06-11rtsp-stream: add description for gst_rtsp_stream_request_aux_senderHyunjun Ko1-0/+11
2015-06-09GstRTSPAuth: Add client certificate authentication supportXavier Claessens2-4/+184
2015-06-03rtsp-client: No flush during Teardown.Göran Jönsson1-9/+0
2015-05-20rtsp-server: Use single-include rtsp header to make sure we get all definitionsSebastian Dröge2-4/+2
2015-05-05rtsp-media: Mark some more functions staticSebastian Dröge1-2/+2
2015-05-05rtsp-media: Only unblock the media in suspend() when actually changing the stateSebastian Dröge1-1/+5
2015-05-04rtsp-sdp: Only add RTX to the SDP when using a feedback profileSebastian Dröge1-1/+2
2015-04-27rtsp-stream: get valid clock-rate from last-sampleHyunjun Ko1-1/+2