summaryrefslogtreecommitdiff
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: find_stream_by_channel should ignore unconfigured streamsMatt Staples2017-01-271-1/+4
* rtspsrc: Fix session cleanup when handling redirect on PLAYMatt Staples2016-12-071-1/+0
* rtspsrc: allow missing control attribute in case of a single streamPetr Kulhavy2016-11-041-2/+8
* rtspsrc: Also handle redirect on PLAYMatt Staples2016-11-041-24/+33
* rtspsrc: reset connection info to non-flushing when closingMark Nauwelaerts2016-10-261-0/+1
* rtspsrc: Use new bin suppressed flags API for managing the element flagsSebastian Dröge2016-09-151-6/+2
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+15
* rtspsrc: Allow mimetypes with properties as long as they're application/sdpSebastian Dröge2016-08-171-1/+17
* rtspsrc: Fix error messages to first convert to doubles before divisionSteven Hoving2016-07-061-2/+2
* rtspsrc: Set to PLAYING after a seek again after setting up the segment and e...Sebastian Dröge2016-07-051-9/+9
* rtspsrc: Don't disable UDP protocols on redirectingBrad Lackey2016-07-011-12/+16
* rtspsrc: When seeking, consider the current element state or pending state in...Sebastian Dröge2016-06-281-3/+7
* rtspsrc: make all srtp encoder properties explicitAleix Conchillo Flaqué2016-06-201-1/+7
* rtpdec: fix clock leakGuillaume Desmottes2016-05-171-0/+1
* rtspsrc: Update caps for TCP whenever they changeSebastian Dröge2016-04-272-2/+31
* rtspsrc: Don't propagate spurious state change returns from internal elements...Sebastian Dröge2016-04-271-0/+10
* rtspsrc: add srtp rollover counters from mikey crypto sessionsAleix Conchillo Flaqué2016-04-152-2/+32
* rtpjitterbuffer: Add RFC7273 media clock handlingSebastian Dröge2016-04-032-1/+21
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-10/+9
* rtspsrc: avoid potentially overflowing expressionJihae Yi2016-03-241-1/+1
* rtspsrc: Properly error out if binding the UDP sockets failsSebastian Dröge2016-02-281-3/+14
* rtspsrc: handle rtcp/srtcp caps properly when using interleaved dataAleix Conchillo Flaqué2016-01-181-1/+5
* rtspsrc: replace duplicated codes to call new base sdp apisHyunjun Ko2015-12-311-610/+15
* rtspsrc: Retry connection if tunneling needs authenticationEvan Callaway2015-12-141-45/+71
* rtspsrc: check port-range formatLuis de Bethencourt2015-12-141-4/+2
* rtspsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-10/+5
* rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP S...Sebastian Dröge2015-09-252-1/+23
* rtsp: fix small README typoMartin Kelly2015-09-101-1/+1
* rtspsrc: Don't parse key data more than needed.Jan Schmidt2015-09-051-6/+18
* rtspsrc: Fix SRTP + RTX, auth access, a leak, and an invalid memory access.Jan Schmidt2015-09-051-11/+24
* rtspsrc: Trivial fix to check correct conditionVineeth TM2015-08-211-1/+1
* rtspsrc: send the User-Agent headerGeorge Kiagiadakis2015-08-142-2/+28
* rtspsrc: wrap gst_rtsp_message_init_request in a local functionGeorge Kiagiadakis2015-08-141-7/+22
* rtspsrc: assertion error due to wrong condition checkVineeth TM2015-07-301-1/+1
* rtspsrc: Strip keys from the fmtp that we use internally in our capsSebastian Dröge2015-07-291-0/+18
* rtspsrc: Add new ntp-time-source property and deprecate use-pipeline-clock pr...Hyunjun Ko2015-06-252-6/+68
* rtspsrc: Add a GTlsInteraction propertyXavier Claessens2015-06-092-0/+32
* rtspsrc: Set RTP profile on the rtpsession objectsSebastian Dröge2015-06-021-1/+21
* rtspsrc: Use single-include header for the RTSP librarySebastian Dröge2015-05-201-4/+1
* rtspsrc: Fix up last commitSebastian Dröge2015-05-041-2/+2
* rtspsrc: Only do RTX when using a feedback profileSebastian Dröge2015-05-041-0/+3
* rtspsrc: Only enable retransmissions if there is retransmission info in the SDPSebastian Dröge2015-04-291-7/+25
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* rtspsrc: Fix RTCP caps leakJesper Larsen2015-04-231-0/+2
* rtspsrc: Fix segment in TCP modeNicolas Dufresne2015-03-262-24/+15
* rtspsrc: Remove useless functionNicolas Dufresne2015-03-251-11/+4
* rtspsrc: Fix seeking queryNicolas Dufresne2015-03-241-3/+2
* rtspsrc: Improve trace readabilityNicolas Dufresne2015-03-181-5/+32