mxfdemux: Fix compilation with gcc 4.8.4

https://bugzilla.gnome.org/show_bug.cgi?id=785367
This commit is contained in:
Sebastian Dröge 2017-07-25 10:03:25 +03:00
parent 7c3bfbb512
commit 444776ae10

View file

@ -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");