mxfdemux: Fix compilation with gcc 4.8.4
https://bugzilla.gnome.org/show_bug.cgi?id=785367
This commit is contained in:
parent
7c3bfbb512
commit
444776ae10
@ -916,7 +916,7 @@ gst_mxf_demux_update_tracks (GstMXFDemux * demux)
|
|||||||
guint component_index;
|
guint component_index;
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
GList *pads = NULL, *l;
|
GList *pads = NULL, *l;
|
||||||
GstVideoTimeCode start_timecode = { 0, };
|
GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT;
|
||||||
|
|
||||||
g_rw_lock_writer_lock (&demux->metadata_lock);
|
g_rw_lock_writer_lock (&demux->metadata_lock);
|
||||||
GST_DEBUG_OBJECT (demux, "Updating tracks");
|
GST_DEBUG_OBJECT (demux, "Updating tracks");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user