summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.c
Commit message (Expand)AuthorAgeFilesLines
* rtsp: handle events in TCP modeWim Taymans2009-10-151-0/+26
* rtspsrc: forward events into the rtpbinWim Taymans2009-10-141-5/+16
* rtspsrc: if transport protocol unsupported, try another oneMark Nauwelaerts2009-09-251-7/+35
* rtspsrc: fix memory leakArnout Vandecappelle2009-09-081-0/+1
* rtspsrc: don't add non-utf8 chars to structuresWim Taymans2009-08-031-0/+4
* rtspsrc: put all SDP attributes on capsLuc Deschenaux2009-08-031-0/+53
* rtspsrc: do not leak timeout messageMark Nauwelaerts2009-07-091-3/+3
* rtspsrc: use same protocols after redirectWim Taymans2009-06-231-0/+11
* rtspsrc: Add RTP blocksize functionalityPatrick Radizi2009-06-121-0/+31
* rtspsrc: set the right state on rtpbinWim Taymans2009-06-041-1/+7
* rtspsrc: fix memory leak of messagesPatrick Radizi2009-05-251-1/+6
* rtspsrc: make fakesrc silentWim Taymans2009-05-241-1/+1
* rtspsrc: don't send teardown before setupWim Taymans2009-05-241-0/+4
* 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-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