summaryrefslogtreecommitdiff
path: root/gst/rtsp/gstrtspsrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-1/+22
* 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-141-2/+27
* 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-251-6/+67
* rtspsrc: Add a GTlsInteraction propertyXavier Claessens2015-06-091-0/+31
* rtspsrc: Set RTP profile on the rtpsession objectsSebastian Dröge2015-06-021-1/+21
* 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 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-261-23/+14
* 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
* rtspsrc: properly escape percent sign in documentationRamiro Polla2015-03-141-1/+1
* rtspsrc: Don't include payload type in the caps for framesizeLinus Svensson2015-03-091-0/+17
* rtspsrc: Fix handling of interleaved (TCP) streamsSebastian Dröge2015-03-051-1/+1
* rtspsrc: Don't unref caps we don't ownSebastian Dröge2015-03-051-3/+0
* rtspsrc: Push RTCP caps on the RTCP padsSebastian Dröge2015-03-051-1/+31
* rtspsrc: Make sure to send SEGMENT events on all padsSebastian Dröge2015-03-051-0/+10
* rtspsrc: improve error message when unauthorizedKrzysztof Kotlenga2015-02-241-0/+4
* rtspsrc: fix awkward if clauseTim-Philipp Müller2015-02-081-1/+1
* rtspsrc: fix container handlingWim Taymans2015-02-031-4/+3
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* rtspsrc: set PLAYING state after configuring capsAleix Conchillo Flaqué2014-12-311-2/+5
* rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can'...Sebastian Dröge2014-12-181-0/+4
* rtspsrc: Add something to the debug logs if an RTX AUX element can't be addedSebastian Dröge2014-12-161-1/+5
* rtspsrc: add retransmission support according to RFC4588Matthew Waters2014-12-161-0/+119
* rtspsrc: fix leak for mikey base64 decoded key-mgmtAleix Conchillo Flaqué2014-11-201-0/+1
* rtspsrc: mikey related memory leaksAleix Conchillo Flaqué2014-10-311-0/+3
* rtspsrc: set full stream caps on internal src TCP padsAleix Conchillo Flaqué2014-10-211-0/+6
* rtspsrc: Fix compiler warningsSebastian Dröge2014-09-261-6/+7
* rtsp: clarify expression so operator precedence is clearSanjay NM2014-09-241-3/+6
* rtspsrc: Push the correct segment in TCP mode when seekingSebastian Dröge2014-08-051-1/+2
* rtspsrc: fix query leakTim-Philipp Müller2014-07-101-1/+5
* rtspsrc: fix for mikey api changeWim Taymans2014-07-021-2/+2
* rtspsrc: pass the stream id when asking for crypto paramsWim Taymans2014-06-191-4/+6
* rtspsrc: add support for key length parametersAleix Conchillo Flaqué2014-06-191-15/+172