summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.c
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: fix dummy nat packet logicChris Winter2009-05-041-1/+1
* rtspsrc: avoid errors after server eofMark Nauwelaerts2009-05-041-1/+8
* rtspsrc: also set base_time on src after flushMark Nauwelaerts2009-05-041-1/+5
* rtspsrc: sanity checks on range infoMark Nauwelaerts2009-05-041-0/+11
* rtspsrc: use SKIP flag to use SCALE headersWim Taymans2009-05-041-22/+14
* rtspsrc: release state lock before stopping taskWim Taymans2009-04-291-0/+5
* rtspsrc: fix some more pad leaksPatrick Radizi2009-04-221-2/+8
* rtspsrc: Remove dead assignment.Edward Hervey2009-04-181-1/+1
* rtspsrc: Remove dead assignment. 'res' isn't read after.Edward Hervey2009-04-181-4/+4
* rtspsrc: Remove unused variable. 'res' is never read.Edward Hervey2009-04-181-6/+3
* rtspsrc: Remove dead variable. 'stream' is never read after.Edward Hervey2009-04-181-2/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-13/+7
* rtspsrc: mark discont on the streams as was said the debug lineJosep Torra2009-04-181-0/+5
* rtspsrc: map GST_RTSP_EEOF to EOS on server requestsJosep Torra2009-04-181-4/+28
* rtspsrc: allow http:// on the proxy settingWim Taymans2009-04-021-2/+6
* rtspsrc: don't leak the udpsrc padWim Taymans2009-04-021-8/+1
* rtspsrc: don't emit ugly warnings with older rtpjitterbuffer versionsTim-Philipp Müller2009-04-011-2/+7
* rtspsrc: add proxy supportWim Taymans2009-03-311-0/+85
* rtspsrc: link to the on_npt_stop signal to EOSWim Taymans2009-03-271-0/+12
* rtspsrc: better error message when the RTSP extension for Real streams is mis...Tim-Philipp Müller2009-03-251-3/+36
* rtspsrc: add some debug for the timestampsWim Taymans2009-03-161-2/+12
* rtspsrc: don't send PAUSE when not connectedWim Taymans2009-03-121-1/+1
* rtspsrc: fix timeout checkWim Taymans2009-03-111-1/+1
* rtspsrc: fix range parsingWim Taymans2009-03-051-41/+67
* rtspsrc: fix memory leak in closeWim Taymans2009-03-041-9/+22
* rtspsrc: fix do-rtcp property descriptionWim Taymans2009-03-041-1/+1
* rtspsrc: add support for http tunnelingWim Taymans2009-03-021-1/+5
* rtspsrc: add property to disable RTCPPatrick Radizi2009-02-261-4/+25
* rtspsrc: perform UDP SETUP according to MS RTSP specMark Nauwelaerts2009-02-231-6/+30
* Call new receive_request methodWim Taymans2009-02-231-11/+16
* rtspsrc: Keep track of connected stateWim Taymans2009-02-041-11/+14
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-17/+10
* Free leftover udp ports (if any) when a setup request fails.Wim Taymans2009-01-221-0/+2
* gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connec...이문형2008-11-271-2/+14
* gst/rtsp/gstrtspsrc.c: Add some more debugging.Wim Taymans2008-11-241-1/+9
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-131-74/+194
* gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compati...Wim Taymans2008-11-111-4/+3
* gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source wa...Wim Taymans2008-11-111-6/+11
* gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.Eric Zhang2008-11-101-0/+5
* gst/rtsp/gstrtspsrc.c: Return TRUE instead of FALSE from the event handler wh...Wim Taymans2008-10-091-1/+1
* gst/rtsp/gstrtspsrc.c: Don't assume the server supports PAUSE by default. Fix...Wim Taymans2008-09-251-3/+3
* gst/rtsp/gstrtspsrc.c: Handle the case where we cannot do desribe or when the...Wim Taymans2008-09-231-0/+15
* gst/rtsp/: Add google RTSP extension, it can only handle udp and responds wit...Wim Taymans2008-08-201-25/+47
* gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when th...Wim Taymans2008-08-201-0/+10
* gst/rtsp/gstrtspsrc.c: Improve udp port setup. Fixes #545710.Aurelien Grimaud2008-08-051-39/+51
* gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().Stefan Kost2008-07-071-1/+1
* gst/rtsp/gstrtspsrc.c: Set udpsrc for receiving data from multicast groups to...Wim Taymans2008-06-121-2/+2
* gst/rtsp/gstrtspsrc.c: Use the new gst_rtsp_connection_get_ip() to access the...Peter Kjellerstedt2008-06-041-2/+3
* Don't use gst_element_get_pad(), it's a bad method.Wim Taymans2008-05-211-4/+4
* gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065.Wouter Cloetens2008-05-081-6/+127