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