mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
audiodecoder: enhance some debug statement
This commit is contained in:
parent
0c2f2a64c5
commit
3b0a2a60da
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue