summaryrefslogtreecommitdiff
path: root/gst/sdp
Commit message (Expand)AuthorAgeFilesLines
...
* sdpdemux: redirect SDP with an rtsp control URLMark Nauwelaerts2010-09-101-0/+68
* Add -Wwrite-stringsBenjamin Otte2010-03-221-3/+4
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-1/+0
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* sdpdemux: disable loop and auto multicast joinWim Taymans2010-03-191-0/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-12/+8
* sdpdemux: include glib.h before checking if G_OS_WIN32 is definedTim-Philipp Müller2009-05-311-0/+3
* sdpdemux: rework RTCP sending and RTP receivingWim Taymans2009-05-212-7/+70
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-1/+1
* gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith2008-07-241-0/+3
* gst/sdp/gstsdpdemux.c: Use floating point math for latencies < 0 sec in log o...Stefan Kost2008-07-071-1/+1
* gst/: More doc updates. More xrefs.Stefan Kost2008-06-161-12/+6
* Don't use _gst_pad().Wim Taymans2008-05-261-3/+3
* gst/sdp/gstsdpdemux.c: Ref caps, see #528245.Wim Taymans2008-04-221-0/+2
* gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some plat...Wim Taymans2007-10-021-1/+1
* gst/sdp/Makefile.am: Forgot to commit makefile.Wim Taymans2007-10-021-0/+13
* gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate.Wim Taymans2007-10-011-46/+17
* Added SDP demuxer element. Fixes #426657.Wim Taymans2007-10-013-0/+1532