diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 0bc1a7263a..c621eae1cb 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -10456,7 +10456,7 @@ static GstCaps * qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, guint32 fourcc, const guint8 * stsd_data, gchar ** codec_name) { - GstCaps *caps; + GstCaps *caps = NULL; GstVideoFormat format = GST_VIDEO_FORMAT_UNKNOWN; switch (fourcc) {