mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
mpg123audiodec: Require caps to be set before any data processing
This commit is contained in:
parent
f8caef5772
commit
f1d863c296
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ void
|
|||
gst_mpg123_audio_dec_init (GstMpg123AudioDec * mpg123_decoder)
|
||||
{
|
||||
mpg123_decoder->handle = NULL;
|
||||
gst_audio_decoder_set_needs_format (GST_AUDIO_DECODER (mpg123_decoder), TRUE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue