mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
sirendec: Require caps to be set before any data processing
This commit is contained in:
parent
2e80c88129
commit
08852721cb
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ gst_siren_dec_class_init (GstSirenDecClass * klass)
|
|||
static void
|
||||
gst_siren_dec_init (GstSirenDec * dec)
|
||||
{
|
||||
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (dec), TRUE);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue