summaryrefslogtreecommitdiff
path: root/omx/gstomxvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxvideo.c')
-rw-r--r--omx/gstomxvideo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/omx/gstomxvideo.c b/omx/gstomxvideo.c
index 151b3b4..44d919a 100644
--- a/omx/gstomxvideo.c
+++ b/omx/gstomxvideo.c
@@ -141,13 +141,13 @@ gst_omx_video_get_supported_colorformats (GstOMXPort * port,
m->type = param.eColorFormat;
negotiation_map = g_list_append (negotiation_map, m);
GST_DEBUG_OBJECT (comp->parent,
- "Component supports %s (%d) at index %u",
+ "Component port %d supports %s (%d) at index %u", port->index,
gst_video_format_to_string (f), param.eColorFormat,
(guint) param.nIndex);
} else {
GST_DEBUG_OBJECT (comp->parent,
- "Component supports unsupported color format %d at index %u",
- param.eColorFormat, (guint) param.nIndex);
+ "Component port %d supports unsupported color format %d at index %u",
+ port->index, param.eColorFormat, (guint) param.nIndex);
}
}
old_index = param.nIndex++;