mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
docs: Add new audio base classes API
This commit is contained in:
parent
0814d38e98
commit
7fdbeb659a
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,7 @@ GST_AUDIO_DECODER_SINK_PAD
|
|||
GST_AUDIO_DECODER_SRC_NAME
|
||||
GST_AUDIO_DECODER_SRC_PAD
|
||||
gst_audio_decoder_finish_frame
|
||||
gst_audio_decoder_allocate_output_buffer
|
||||
gst_audio_decoder_get_audio_info
|
||||
gst_audio_decoder_get_estimate_rate
|
||||
gst_audio_decoder_get_delay
|
||||
|
@ -222,6 +223,7 @@ GST_AUDIO_ENCODER_SINK_PAD
|
|||
GST_AUDIO_ENCODER_SRC_NAME
|
||||
GST_AUDIO_ENCODER_SRC_PAD
|
||||
gst_audio_encoder_finish_frame
|
||||
gst_audio_encoder_allocate_output_buffer
|
||||
gst_audio_encoder_get_audio_info
|
||||
gst_audio_encoder_get_drainable
|
||||
gst_audio_encoder_get_frame_max
|
||||
|
|
Loading…
Reference in a new issue