summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.c')
-rw-r--r--omx/gstomx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index 96b956f..3c0953b 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -596,7 +596,8 @@ omx_event_to_debug_struct (OMX_EVENTTYPE event,
data1, "param-config", G_TYPE_UINT, data2, NULL);
case OMX_EventBufferFlag:
return gst_structure_new (name, "port", G_TYPE_UINT,
- data1, "flags", gst_omx_buffer_flags_to_string (data2), NULL);
+ data1, "flags", G_TYPE_STRING, gst_omx_buffer_flags_to_string (data2),
+ NULL);
case OMX_EventKhronosExtensions:
case OMX_EventVendorStartUnused:
case OMX_EventMax: