mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst_audio_converter_new: update annotations
https://bugzilla.gnome.org/show_bug.cgi?id=793492
This commit is contained in:
parent
9046e6001b
commit
6a4a82f355
1 changed files with 2 additions and 2 deletions
|
@ -1159,11 +1159,11 @@ converter_resample (GstAudioConverter * convert,
|
|||
)
|
||||
|
||||
/**
|
||||
* gst_audio_converter_new: (skip)
|
||||
* gst_audio_converter_new:
|
||||
* @flags: extra #GstAudioConverterFlags
|
||||
* @in_info: a source #GstAudioInfo
|
||||
* @out_info: a destination #GstAudioInfo
|
||||
* @config: (transfer full): a #GstStructure with configuration options
|
||||
* @config: (transfer full) (nullable): a #GstStructure with configuration options
|
||||
*
|
||||
* Create a new #GstAudioConverter that is able to convert between @in and @out
|
||||
* audio formats.
|
||||
|
|
Loading…
Reference in a new issue