From 43553b4dcb78f38d680bb79163cb15fe81d265fd Mon Sep 17 00:00:00 2001 From: Yang Xichuan Date: Mon, 10 Jan 2011 15:55:26 +0800 Subject: [PATCH] oggdemux: remove outdated comment https://bugzilla.gnome.org/show_bug.cgi?id=639121 --- ext/ogg/gstoggdemux.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 76d179e..f25dbe3 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -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) { -- 2.7.4