mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
oggdemux: remove outdated comment
https://bugzilla.gnome.org/show_bug.cgi?id=639121
This commit is contained in:
parent
8049513b88
commit
43553b4dcb
1 changed files with 1 additions and 4 deletions
|
@ -1397,10 +1397,7 @@ gst_ogg_demux_sink_event (GstPad * pad, GstEvent * event)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* submit the given buffer to the ogg sync.
|
/* submit the given buffer to the ogg sync */
|
||||||
*
|
|
||||||
* Returns the number of bytes submited.
|
|
||||||
*/
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
gst_ogg_demux_submit_buffer (GstOggDemux * ogg, GstBuffer * buffer)
|
gst_ogg_demux_submit_buffer (GstOggDemux * ogg, GstBuffer * buffer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue