mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
faac: Use new audio encoder/decoder base class API for srcpad caps
This commit is contained in:
parent
c7cc954519
commit
7e35531b81
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ gst_faac_configure_source_pad (GstFaac * faac, GstAudioInfo * info)
|
|||
|
||||
GST_DEBUG_OBJECT (faac, "src pad caps: %" GST_PTR_FORMAT, srccaps);
|
||||
|
||||
ret = gst_pad_set_caps (GST_AUDIO_ENCODER_SRC_PAD (faac), srccaps);
|
||||
ret = gst_audio_encoder_set_output_format (GST_AUDIO_ENCODER (faac), srccaps);
|
||||
gst_caps_unref (srccaps);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue