diff options
Diffstat (limited to 'gst/gststructure.c')
-rw-r--r-- | gst/gststructure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c index 2d6c3e84f..4bc975f9a 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -1968,7 +1968,7 @@ gst_structure_from_string (const gchar * string, gchar ** end) char *r; char save; GstStructure *structure = NULL; - GstStructureField field = { 0 }; + GstStructureField field; g_return_val_if_fail (string != NULL, NULL); |