audiodecoder: enhance some debug statement

This commit is contained in:
Mark Nauwelaerts 2012-03-05 10:59:00 +01:00
parent 0c2f2a64c5
commit 3b0a2a60da

View file

@ -991,7 +991,7 @@ gst_audio_decoder_push_buffers (GstAudioDecoder * dec, gboolean force)
g_assert (offset <= av);
if (offset) {
/* jumped a bit */
GST_DEBUG_OBJECT (dec, "setting DISCONT");
GST_DEBUG_OBJECT (dec, "skipped %d; setting DISCONT", offset);
gst_adapter_flush (priv->adapter, offset);
flush = offset;
/* avoid parsing indefinitely */