mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
adpcmdec: Require caps to be set before any data processing
This commit is contained in:
parent
08852721cb
commit
e83a9b62e7
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ adpcmdec_stop (GstAudioDecoder * dec)
|
||||||
static void
|
static void
|
||||||
adpcmdec_init (ADPCMDec * dec)
|
adpcmdec_init (ADPCMDec * dec)
|
||||||
{
|
{
|
||||||
|
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue