omx: Improve debug output a bit
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 19 Jul 2011 10:29:51 +0000 (12:29 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 19 Jul 2011 10:29:51 +0000 (12:29 +0200)
omx/gstomx.c
omx/gstomxvideodec.c

index a8dd2b3..27c55e7 100644 (file)
@@ -251,7 +251,7 @@ EventHandler (OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_EVENTTYPE eEvent,
               GST_OMX_HACK_EVENT_PORT_SETTINGS_CHANGED_PORT_0_TO_1))
         port_index = 1;
 
-      GST_DEBUG_OBJECT (comp->parent, "Settings changed (port_index: %d)",
+      GST_DEBUG_OBJECT (comp->parent, "Settings changed (port index: %d)",
           port_index);
 
       /* Now update the ports' states */
index 86d3e74..7e68dab 100644 (file)
@@ -797,6 +797,8 @@ gst_omx_video_dec_set_format (GstBaseVideoDecoder * decoder,
   self = GST_OMX_VIDEO_DEC (decoder);
   klass = GST_OMX_VIDEO_DEC_GET_CLASS (decoder);
 
+  GST_DEBUG_OBJECT (self, "Setting new caps %" GST_PTR_FORMAT, state->caps);
+
   gst_omx_port_get_port_definition (self->in_port, &port_def);
 
   /* Check if the caps change is a real format change or if only irrelevant