summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.Tommi Myöhänen2007-10-221-0/+17
* gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.Wim Taymans2007-10-171-1/+1
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-081-1/+1
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-081-38/+45
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-051-17/+93
* gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...Wim Taymans2007-10-012-0/+56
* gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...Wim Taymans2007-10-011-50/+22
* gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...Wim Taymans2007-09-282-9/+22
* gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.Wim Taymans2007-09-262-8/+20
* gst/: Fix compiler warnings shown with Forte.Jan Schmidt2007-09-171-7/+16
* gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...Wim Taymans2007-09-171-4/+18
* gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...Wim Taymans2007-08-291-0/+2
* gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...Wim Taymans2007-08-231-5/+38
* gst/rtsp/gstrtspsrc.*: Fix method detection again.Wim Taymans2007-08-222-22/+64
* gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.Wim Taymans2007-08-181-84/+48
* gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...Wim Taymans2007-08-172-27/+72
* gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.Wim Taymans2007-08-171-1/+1
* gst/rtsp/gstrtspsrc.*: Improve timeout handling.Wim Taymans2007-08-172-75/+189
* gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.Wim Taymans2007-08-164-58/+273
* gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia.Wim Taymans2007-08-031-5/+14
* gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...Wim Taymans2007-07-271-2/+23
* gst/rtsp/: Clean up the interface list.Wim Taymans2007-07-273-29/+47
* gst/rtsp/gstrtspext.h: Fix include path for extension interface.Wim Taymans2007-07-271-1/+1
* gst/rtsp/: Use rank to filter out extensions.Wim Taymans2007-07-263-4/+10
* gst/rtsp/: Use shiny new RTSP and SDP library.Wim Taymans2007-07-2526-5848/+600
* gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249.Wim Taymans2007-06-271-4/+4
* gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...Wim Taymans2007-06-272-1/+6
* gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number t...Wim Taymans2007-06-191-6/+12
* gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen ...Tim-Philipp Müller2007-06-171-2/+1
* gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we...Peter Kjellerstedt2007-06-171-1/+2
* gst/rtsp/rtspconnection.c: Fix the MingW build.Vincent Torri2007-06-151-0/+16
* gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2007-06-011-0/+2
* gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt2007-06-015-65/+116
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-311-1/+3
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-281-1/+1
* gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.Wim Taymans2007-05-241-1/+2
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-245-113/+167
* gst/rtsp/gstrtpdec.*: Added signal for backwards compat.Wim Taymans2007-05-212-0/+8
* gst/rtsp/gstrtspsrc.c: Printf format fix.Tim-Philipp Müller2007-05-201-1/+1
* gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re...Wim Taymans2007-05-181-4/+15
* gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...Wim Taymans2007-05-183-13/+147
* gst/rtsp/gstrtspsrc.c: Refactor timeout handling.Wim Taymans2007-05-183-63/+130
* gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re...Wim Taymans2007-05-172-3/+17
* gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ...Wim Taymans2007-05-141-1/+15
* gst/rtsp/gstrtspsrc.c: Parse range correctly.Wim Taymans2007-05-142-6/+21
* gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff...Wim Taymans2007-05-142-40/+74
* gst/rtsp/: Make channel guint8 where possible.Peter Kjellerstedt2007-05-127-9/+12
* gst/rtsp/rtspurl.*: Add support for query parameters to RTSP URLs.Peter Kjellerstedt2007-05-122-21/+37
* gst/rtsp/rtsptransport.*: Add validation to rtsp_transport_parse().Peter Kjellerstedt2007-05-122-38/+364
* gst/rtsp/: Preliminary seek support.Wim Taymans2007-05-113-16/+218