mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Improve debug output
This commit is contained in:
parent
0df00d68b5
commit
2de542373b
1 changed files with 1 additions and 0 deletions
|
@ -717,6 +717,7 @@ retry:
|
|||
/*if (self->input_state_changed) {
|
||||
idx = INFO_OUTPUT_FORMAT_CHANGED;
|
||||
} else { */
|
||||
GST_DEBUG_OBJECT (self, "Waiting for available output buffer");
|
||||
GST_VIDEO_DECODER_STREAM_UNLOCK (self);
|
||||
idx = gst_amc_codec_dequeue_output_buffer (self->codec, &buffer_info, -1);
|
||||
GST_VIDEO_DECODER_STREAM_LOCK (self);
|
||||
|
|
Loading…
Reference in a new issue