mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +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;
|
||||
}
|
||||
|
||||
/* 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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue