From b42f17240a261aa7bb4b29cfa9521e6e854a39bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 25 Nov 2011 11:37:39 +0000 Subject: [PATCH] basevideodecoder: some more debug logging --- omx/gstbasevideodecoder.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/omx/gstbasevideodecoder.c b/omx/gstbasevideodecoder.c index 24bf16f..f396ca0 100644 --- a/omx/gstbasevideodecoder.c +++ b/omx/gstbasevideodecoder.c @@ -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)) { -- 2.7.4