basevideodecoder: some more debug logging
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 25 Nov 2011 11:37:39 +0000 (11:37 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Nov 2011 16:17:19 +0000 (16:17 +0000)
omx/gstbasevideodecoder.c

index 24bf16f..f396ca0 100644 (file)
@@ -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)) {