mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mxfdemux: Fix unitialized variable warning
This commit is contained in:
parent
72709f24ab
commit
cbbdfee98a
1 changed files with 1 additions and 0 deletions
|
@ -805,6 +805,7 @@ gst_mxf_demux_update_essence_tracks (GstMXFDemux * demux)
|
|||
g_strdup_printf ("application/x-mxf-%s-%s", essence_container,
|
||||
essence_compression);
|
||||
} else {
|
||||
name = NULL;
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue