mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gsmdec: Require caps to be set before any data processing
This commit is contained in:
parent
219275dbb6
commit
f8caef5772
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ gst_gsmdec_class_init (GstGSMDecClass * klass)
|
|||
static void
|
||||
gst_gsmdec_init (GstGSMDec * gsmdec)
|
||||
{
|
||||
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (gsmdec), TRUE);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue