summaryrefslogtreecommitdiff
path: root/gst/mxf
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-07-25 10:03:25 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-07-25 10:03:25 +0300
commit444776ae1032670077ba246ac989cf1fa09b426f (patch)
treea55285ac03450c2c986241a28e8a5ab789bad5fe /gst/mxf
parent7c3bfbb5123a1a0b2a38bde1cd8cc7afaaf92fd2 (diff)
downloadgstreamer-plugins-bad-444776ae1032670077ba246ac989cf1fa09b426f.tar.gz
mxfdemux: Fix compilation with gcc 4.8.4
https://bugzilla.gnome.org/show_bug.cgi?id=785367
Diffstat (limited to 'gst/mxf')
-rw-r--r--gst/mxf/mxfdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c
index bed7e59b8..724460a9f 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");