adpcmdec: Require caps to be set before any data processing
This commit is contained in:
parent
08852721cb
commit
e83a9b62e7
@ -455,6 +455,7 @@ adpcmdec_stop (GstAudioDecoder * dec)
|
||||
static void
|
||||
adpcmdec_init (ADPCMDec * dec)
|
||||
{
|
||||
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user