summaryrefslogtreecommitdiff
path: root/gst/sdp
AgeCommit message (Expand)AuthorFilesLines
2012-06-23hls, sdp: update for gst_element_make_from_uri() changesTim-Philipp Müller1-3/+5
2012-05-05Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller1-1/+1
2012-04-13Update for the removal of the interfaces library and the tuner/mixer interfacesSebastian Dröge1-1/+0
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+4
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2012-01-19port to new gthread APIWim Taymans2-8/+6
2012-01-18sdpdemux: Port to GIO and the new udpsrc/sink propertiesSebastian Dröge3-55/+32
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+2
2011-11-24sdpdemux: update for gstrtpbin -> rtpbin renamingTim-Philipp Müller1-1/+1
2011-11-17add parent to pad functionsWim Taymans1-13/+11
2011-11-04more template fixesWim Taymans1-2/+2
2011-11-04more template fixesWim Taymans1-4/+4
2011-09-26sdpdemux: port to 0.11Wim Taymans1-25/+15
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-11-25sdp: Remove useless variablesEdward Hervey1-4/+3
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2010-10-07sdpdemux: workaround internal rtspsrc failing state changeMark Nauwelaerts1-0/+8
2010-10-05sdpdemux: fix and reflow some exitsMark Nauwelaerts1-15/+15
2010-10-05sdpdemux: error out if no streams found in sdp messageMark Nauwelaerts1-0/+17
2010-10-05sdpdemux: unbreak standard manager setupMark Nauwelaerts1-6/+5
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