summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: Fix find_stream_by_* functionsWim Taymans2009-05-041-25/+11
* 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-042-22/+15
* 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-182-19/+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-312-0/+89
* 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-252-3/+44
* 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-052-41/+69
* 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 the .h file change tooPatrick Radizi2009-02-261-0/+1
* 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
* Add method for hadling server requestsWim Taymans2009-02-232-0/+18
* rtspsrc: Keep track of connected stateWim Taymans2009-02-042-11/+15
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-282-25/+14
* 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/: Remove google extension again, it's not needed anymore because we ...Wim Taymans2008-11-132-8/+2
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-132-76/+213
* 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
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-1/+1
* 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/gstrtspgoogle.c: Things that can happen when your brain is in google...Wim Taymans2008-08-201-1/+1
* gst/rtsp/: Add google RTSP extension, it can only handle udp and responds wit...Wim Taymans2008-08-205-27/+316
* gst/rtsp/gstrtspsrc.c: Don't try to configure RTCP back to the server when th...Wim Taymans2008-08-201-0/+10