mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue