ogg: check return values in gst_ogg_parse_new_stream
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 1 Aug 2016 15:00:29 +0000 (16:00 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 3 Aug 2016 16:12:55 +0000 (17:12 +0100)
commit7ae577dc3a4c1471e08260a9619b0dc2b42e4d7f
tree1768e4abb29395fe51963ce113e361bf1d450ee2
parent5cab7236510f01af42452cc269b19ee2bd44687b
ogg: check return values in gst_ogg_parse_new_stream

Return NULL in gst_ogg_parse_new_stream when either ogg_stream_pagein() or
gst_ogg_stream_setup_map() failed.

https://bugzilla.gnome.org/show_bug.cgi?id=769299
ext/ogg/gstoggparse.c