oggdemux: add some debug info

Add some debug info to log when the seek worked.
This commit is contained in:
Wim Taymans 2009-03-13 15:26:40 +01:00
parent 91b2d71da0
commit 51b5f33c3c

View file

@ -2149,7 +2149,10 @@ gst_ogg_demux_perform_seek (GstOggDemux * ogg, GstEvent * event)
/* seek failed, make sure we continue the current chain */
if (!res) {
GST_DEBUG_OBJECT (ogg, "seek failed");
chain = ogg->current_chain;
} else {
GST_DEBUG_OBJECT (ogg, "seek success");
}
if (!chain)