oggdemux: remove outdated comment
authorYang Xichuan <xichuan.yang@tieto.com>
Mon, 10 Jan 2011 07:55:26 +0000 (15:55 +0800)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 10 Jan 2011 12:34:54 +0000 (12:34 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=639121

ext/ogg/gstoggdemux.c

index 76d179e..f25dbe3 100644 (file)
@@ -1397,10 +1397,7 @@ gst_ogg_demux_sink_event (GstPad * pad, GstEvent * event)
   return res;
 }
 
-/* submit the given buffer to the ogg sync.
- *
- * Returns the number of bytes submited.
- */
+/* submit the given buffer to the ogg sync */
 static GstFlowReturn
 gst_ogg_demux_submit_buffer (GstOggDemux * ogg, GstBuffer * buffer)
 {