mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
audioencoder: add missing element-type to set_headers method
This commit is contained in:
parent
e61a87ea1d
commit
1606028c08
1 changed files with 2 additions and 1 deletions
|
@ -2092,7 +2092,8 @@ gst_audio_encoder_get_latency (GstAudioEncoder * enc,
|
||||||
/**
|
/**
|
||||||
* gst_audio_encoder_set_headers:
|
* gst_audio_encoder_set_headers:
|
||||||
* @enc: a #GstAudioEncoder
|
* @enc: a #GstAudioEncoder
|
||||||
* @headers: (transfer full) (element-type GstBuffer): a list of #GstBuffer containing the codec header
|
* @headers: (transfer full) (element-type Gst.Buffer): a list of
|
||||||
|
* #GstBuffer containing the codec header
|
||||||
*
|
*
|
||||||
* Set the codec headers to be sent downstream whenever requested.
|
* Set the codec headers to be sent downstream whenever requested.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue