oggdemux: add some debug info
Add some debug info to log when the seek worked.
This commit is contained in:
parent
91b2d71da0
commit
51b5f33c3c
@ -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…
x
Reference in New Issue
Block a user