index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
rtsp
/
gstrtspsrc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.
Eric Zhang
2008-11-13
1
-2
/
+19
*
gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.
Wim Taymans
2007-12-31
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...
Wim Taymans
2007-10-01
1
-0
/
+5
*
gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...
Wim Taymans
2007-09-28
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.
Wim Taymans
2007-09-26
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Wim Taymans
2007-08-22
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...
Wim Taymans
2007-08-17
1
-3
/
+10
*
gst/rtsp/gstrtspsrc.*: Improve timeout handling.
Wim Taymans
2007-08-17
1
-0
/
+1
*
gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.
Wim Taymans
2007-08-16
1
-0
/
+2
*
gst/rtsp/: Use shiny new RTSP and SDP library.
Wim Taymans
2007-07-25
1
-25
/
+23
*
gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...
Wim Taymans
2007-06-27
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...
Wim Taymans
2007-05-18
1
-1
/
+2
*
gst/rtsp/: Make channel guint8 where possible.
Peter Kjellerstedt
2007-05-12
1
-1
/
+1
*
gst/rtsp/: Preliminary seek support.
Wim Taymans
2007-05-11
1
-0
/
+3
*
gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...
Wim Taymans
2007-05-02
1
-5
/
+12
*
gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.
Wim Taymans
2007-05-02
1
-5
/
+0
*
gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.
Wim Taymans
2007-04-26
1
-0
/
+6
*
gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with ...
Wim Taymans
2007-04-25
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Parse server address from SDP.
Wim Taymans
2007-04-25
1
-0
/
+2
*
gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-...
Wim Taymans
2007-04-12
1
-0
/
+1
*
gst/rtsp/: Morph RTPDec into something compatible with RTPBin as a fallback.
Wim Taymans
2007-04-06
1
-3
/
+4
*
gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, r...
Wim Taymans
2007-03-25
1
-0
/
+4
*
gst/rtsp/: Implement simple Basic Authentication support so that urls like rt...
Jan Schmidt
2007-02-23
1
-0
/
+2
*
gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...
Wim Taymans
2007-01-24
1
-0
/
+1
*
gst/rtsp/: Allow url to be NULL to be able to use it for server connections.
Peter Kjellerstedt
2007-01-10
1
-3
/
+3
*
gst/rtsp/: Add method so that extensions can choose to disable the setup of a...
Wim Taymans
2006-11-28
1
-1
/
+2
*
gst/rtsp/URLS: Added some other URL.
Wim Taymans
2006-10-11
1
-1
/
+5
*
gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...
Wim Taymans
2006-10-06
1
-26
/
+9
*
gst/rtsp/: Factor out extension in separate module.
Wim Taymans
2006-10-04
1
-0
/
+8
*
gst/rtsp/URLS: Add some more URLs.
Wim Taymans
2006-09-29
1
-1
/
+12
*
gst/rtsp/URLS: Added some test URLS.
Wim Taymans
2006-09-20
1
-1
/
+25
*
gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.
Wim Taymans
2006-09-19
1
-11
/
+20
*
gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.
Wim Taymans
2006-09-18
1
-2
/
+2
*
gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...
Wim Taymans
2006-09-18
1
-0
/
+2
*
gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.
Lutz Mueller
2006-09-18
1
-0
/
+1
*
gst/rtsp/gstrtspsrc.*: Use boilerplate.
Lutz Mueller
2006-09-18
1
-2
/
+2
*
Small documentation updates.
Wim Taymans
2006-08-22
1
-1
/
+8
*
gst/rtsp/gstrtpdec.c: Add pads after setting them up.
Wim Taymans
2006-08-16
1
-16
/
+22
*
Added documentation for the rtsp plugin. Fixes #345393.
Wim Taymans
2006-06-20
1
-8
/
+2
*
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2006-06-01
1
-2
/
+2
*
gst/rtsp/README: Updated README.
Wim Taymans
2006-02-16
1
-0
/
+1
*
expand tabs
Thomas Vander Stichele
2005-12-06
1
-16
/
+16
*
gst/rtsp/: Handle RTSP defaults better.
Wim Taymans
2005-08-18
1
-0
/
+2
*
gst/rtsp/gstrtspsrc.*: Setup UDP sources correctly, receives raw data from RT...
Wim Taymans
2005-05-11
1
-0
/
+3
*
Ported to 0.9.
Wim Taymans
2005-05-11
1
-0
/
+106