summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-15rtsp-stream: fix to get valid each stream data for request-aux-sender signalHyunjun Ko3-8/+30
2015-03-23rtsp-stream: Limit the queues to 1 bufferSebastian Dröge1-0/+4
2015-03-23rtsp-stream: Update comment and ASCII art to the latest codeSebastian Dröge1-7/+7
2015-03-21rtsp-media: Properly return first rtptimeNicolas Dufresne1-3/+3
2015-03-18rtsp-stream: Don't leave buffer mappedNicolas Dufresne1-1/+2
2015-03-10Fix double semicolonsTim-Philipp Müller1-2/+2
2015-03-09rtsp-stream: Get the seqnum-base and other information from the last buffer i...Sebastian Dröge1-0/+58
2015-03-09rtsp-media: Don't seek for PLAY if the position will not changeSebastian Dröge1-27/+33
2015-03-09rtsp-media: Don't include payload type in the caps for framesizeSebastian Dröge1-0/+17
2015-03-09rtsp-sdp: add payload type to the sdp framesize attributeLinus Svensson1-0/+10
2015-03-03rtsp-media-factory: Add functions to set/get the media gtypeJan Schmidt2-1/+61
2015-03-02rtsp-media: fix double unlock in _get_buffer_size()Gregor Boirie1-1/+1
2015-02-19rtsp-session: Use monotonic time for RTSP session timeoutKent-Inge Ingesson3-14/+106
2015-02-13rtsp-client: Only error out in PLAY if seeking actually failedSebastian Dröge2-4/+8
2015-02-13rtsp-stream: Add necessary queues between tee and multiudpsinkAndreas Frisch1-2/+19
2015-02-12rtsp-media: If seeking fails, don't wait forever for the media to preroll againSebastian Dröge2-1/+19
2015-02-11rtsp-stream: minor code formatting fixTim-Philipp Müller1-1/+2
2015-02-10rtsp-media: fix logic for collect_streamsLuis de Bethencourt1-3/+7
2015-02-09rtsp-media: Don't set the transport mode based on what elements we findSebastian Dröge1-1/+0
2015-02-08rtsp-client: fix awkward if clauseTim-Philipp Müller1-1/+1
2015-02-06rtsp-media: Use flags to distinguish between PLAY and RECORD mediaSebastian Dröge5-84/+143
2015-02-06rtsp-client: fix a couple of leaks in handle_announceTim-Philipp Müller1-6/+7
2015-02-06rtsp-media: Expose latency setting for setting the rtpbin latencySebastian Dröge4-0/+140
2015-02-06rtsp-stream: Put the timestamp of receival of the initial packet over TCP on ...Sebastian Dröge1-0/+52
2015-02-06Add initial support for RECORDSebastian Dröge9-85/+1399
2015-01-30rtsp-stream: RTCP and RTP transport cache cookies seperatedAnila Balavan1-8/+17
2015-01-21rtsp-stream: fix false compiler warningTim-Philipp Müller1-1/+1
2015-01-19rtsp-client: log interleaved data receivedTim-Philipp Müller1-2/+7