From 444776ae1032670077ba246ac989cf1fa09b426f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 25 Jul 2017 10:03:25 +0300 Subject: [PATCH] mxfdemux: Fix compilation with gcc 4.8.4 https://bugzilla.gnome.org/show_bug.cgi?id=785367 --- gst/mxf/mxfdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index bed7e59b8d..724460a9f7 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -916,7 +916,7 @@ gst_mxf_demux_update_tracks (GstMXFDemux * demux) guint component_index; GstFlowReturn ret; GList *pads = NULL, *l; - GstVideoTimeCode start_timecode = { 0, }; + GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT; g_rw_lock_writer_lock (&demux->metadata_lock); GST_DEBUG_OBJECT (demux, "Updating tracks");