From 51b5f33c3c5b60ef3bee2d20518f74ab73f975ee Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Mar 2009 15:26:40 +0100 Subject: [PATCH] oggdemux: add some debug info Add some debug info to log when the seek worked. --- ext/ogg/gstoggdemux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index ddb4696..6d640b3 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -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) -- 2.7.4