audiodecoder: fix ctitical info assertion 'GST_IS_CAPS (dec->priv->ctx.caps)' failed
authorHou Qi <qi.hou@nxp.com>
Wed, 21 Aug 2019 11:04:56 +0000 (19:04 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 2 Sep 2019 11:16:02 +0000 (12:16 +0100)
commit659ba806f1e1458f78e56f59865111c2dea57a6d
tree9db47e9566ceb1562cfde5c0bcd883410c7d84ca
parentbdb3bccc557003f5698df8bfa76035817137c24b
audiodecoder: fix ctitical info assertion 'GST_IS_CAPS (dec->priv->ctx.caps)' failed

Matroskademux will send gap event when lag of video and audio is over 3 seconds.
audiodecoder needs to handle gap event and set default output caps.
Only audio info is set, while output caps is ignored. This cause the assertion failed.

Need to fill output caps in gst_audio_decoder_negotiate_default_caps() with
negotiated caps to avoid critical info printed when check it later.
gst-libs/gst/audio/gstaudiodecoder.c