From: Tim-Philipp Müller Date: Fri, 25 Nov 2011 11:37:39 +0000 (+0000) Subject: basevideodecoder: some more debug logging X-Git-Tag: 1.0.0~235 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b42f17240a261aa7bb4b29cfa9521e6e854a39bd;p=platform%2Fupstream%2Fgst-omx.git basevideodecoder: some more debug logging --- 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)) {