mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
speexdec: Require caps to be set before accepting any data
This commit is contained in:
parent
774e56b051
commit
c880e36779
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ gst_speex_dec_reset (GstSpeexDec * dec)
|
|||
static void
|
||||
gst_speex_dec_init (GstSpeexDec * dec)
|
||||
{
|
||||
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE);
|
||||
|
||||
dec->enh = DEFAULT_ENH;
|
||||
|
||||
gst_speex_dec_reset (dec);
|
||||
|
|
Loading…
Reference in a new issue