mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
basevideodecoder: some more debug logging
This commit is contained in:
parent
ca772ed321
commit
f78e9e1684
1 changed files with 4 additions and 1 deletions
|
@ -1398,9 +1398,12 @@ gst_base_video_decoder_prepare_finish_frame (GstBaseVideoDecoder *
|
|||
break;
|
||||
}
|
||||
|
||||
for (l = g_list_last (events); l; l = l->prev)
|
||||
for (l = g_list_last (events); l; l = l->prev) {
|
||||
GST_LOG_OBJECT (base_video_decoder, "pushing %s event",
|
||||
GST_EVENT_TYPE_NAME (l->data));
|
||||
gst_pad_push_event (GST_BASE_VIDEO_CODEC_SRC_PAD (base_video_decoder),
|
||||
l->data);
|
||||
}
|
||||
g_list_free (events);
|
||||
|
||||
if (GST_CLOCK_TIME_IS_VALID (frame->presentation_timestamp)) {
|
||||
|
|
Loading…
Reference in a new issue