mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
oggdemux: add some debug info
Add some debug info to log when the seek worked.
This commit is contained in:
parent
91b2d71da0
commit
51b5f33c3c
1 changed files with 3 additions and 0 deletions
|
@ -2149,7 +2149,10 @@ gst_ogg_demux_perform_seek (GstOggDemux * ogg, GstEvent * event)
|
||||||
|
|
||||||
/* seek failed, make sure we continue the current chain */
|
/* seek failed, make sure we continue the current chain */
|
||||||
if (!res) {
|
if (!res) {
|
||||||
|
GST_DEBUG_OBJECT (ogg, "seek failed");
|
||||||
chain = ogg->current_chain;
|
chain = ogg->current_chain;
|
||||||
|
} else {
|
||||||
|
GST_DEBUG_OBJECT (ogg, "seek success");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!chain)
|
if (!chain)
|
||||||
|
|
Loading…
Reference in a new issue