summaryrefslogtreecommitdiff
path: root/omx/gstomx_base_filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx_base_filter.c')
-rw-r--r--omx/gstomx_base_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomx_base_filter.c b/omx/gstomx_base_filter.c
index 4581f16..fe8b8fe 100644
--- a/omx/gstomx_base_filter.c
+++ b/omx/gstomx_base_filter.c
@@ -419,7 +419,7 @@ output_loop (gpointer data)
{
GstCaps *caps = NULL;
GstStructure *structure;
- GValue value = { 0 };
+ GValue value = {0, {{0}}};
caps = gst_pad_get_negotiated_caps (self->srcpad);
caps = gst_caps_make_writable (caps);