qtdemux: check return from qt_demux_video_caps
authorLuis de Bethencourt <luis@debethencourt.com>
Sun, 27 Apr 2014 00:51:36 +0000 (20:51 -0400)
committerLuis de Bethencourt <luis@debethencourt.com>
Sun, 27 Apr 2014 00:51:36 +0000 (20:51 -0400)
commit5dc2e6bef1cb35e9473dcb785d3711e0892c7e38
tree4d940d9a8cb1dbe14f4d252fb7cd06e1aa30c293
parentc9597298f922a783309e7754733a35368345eb33
qtdemux: check return from qt_demux_video_caps

Now qtdemux_video_caps() can return NULL. We need to check this return before
using it's value.

https://bugzilla.gnome.org/show_bug.cgi?id=728987
gst/isomp4/qtdemux.c