mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
oggdemux: fix debug message
This commit is contained in:
parent
a0a09227de
commit
e8ae2adef1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ gst_ogg_demux_receive_event (GstElement * element, GstEvent * event)
|
|||
* seek query upstream after converting it to bytes using
|
||||
* the average bitrate of the stream. */
|
||||
if (!ogg->pullmode) {
|
||||
GST_DEBUG_OBJECT (ogg, "seek on pull mode stream not implemented yet");
|
||||
GST_DEBUG_OBJECT (ogg, "seek on push mode stream not implemented yet");
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue