oggdemux: remove outdated comment

https://bugzilla.gnome.org/show_bug.cgi?id=639121
This commit is contained in:
Yang Xichuan 2011-01-10 15:55:26 +08:00 committed by Tim-Philipp Müller
parent 8049513b88
commit 43553b4dcb

View 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)
{