audioencoder: add missing element-type to set_headers method

This commit is contained in:
Evan Nemerson 2012-07-04 02:25:11 -07:00 committed by Edward Hervey
parent e61a87ea1d
commit 1606028c08

View file

@ -2092,7 +2092,8 @@ gst_audio_encoder_get_latency (GstAudioEncoder * enc,
/**
* gst_audio_encoder_set_headers:
* @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.
*/