summaryrefslogtreecommitdiff
path: root/gst/mxf
diff options
context:
space:
mode:
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");