summaryrefslogtreecommitdiff
path: root/gst/sdp
AgeCommit message (Expand)AuthorFilesLines
2010-09-21sdpdemux: add property to disable redirectWim Taymans2-63/+134
2010-09-21sdpdemux: Don't use GST_FLOW_IS_SUCCESS()Sebastian Dröge1-1/+1
2010-09-10sdpdemux: redirect SDP with an rtsp control URLMark Nauwelaerts1-0/+68
2010-03-22Add -Wwrite-stringsBenjamin Otte1-3/+4
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-1/+0
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2010-03-19sdpdemux: disable loop and auto multicast joinWim Taymans1-0/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-12/+8
2009-05-31sdpdemux: include glib.h before checking if G_OS_WIN32 is definedTim-Philipp Müller1-0/+3
2009-05-21sdpdemux: rework RTCP sending and RTP receivingWim Taymans2-7/+70
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-1/+1
2008-07-24gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_HMichael Smith1-0/+3
2008-07-07gst/sdp/gstsdpdemux.c: Use floating point math for latencies < 0 sec in log o...Stefan Kost1-1/+1
2008-06-16gst/: More doc updates. More xrefs.Stefan Kost1-12/+6
2008-05-26Don't use _gst_pad().Wim Taymans1-3/+3
2008-04-22gst/sdp/gstsdpdemux.c: Ref caps, see #528245.Wim Taymans1-0/+2
2007-10-02gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some plat...Wim Taymans1-1/+1
2007-10-02gst/sdp/Makefile.am: Forgot to commit makefile.Wim Taymans1-0/+13
2007-10-01gst/sdp/gstsdpdemux.c: Use new function in -base to get the default clock-rate.Wim Taymans1-46/+17
2007-10-01Added SDP demuxer element. Fixes #426657.Wim Taymans3-0/+1532