summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-02-15 19:57:44 +0100
committerMathieu Duponchelle <mathieu@centricular.com>2018-02-15 20:51:30 +0100
commit6a4a82f35500614fb876886c9d1606dac3783169 (patch)
tree69509bfbb52a072ab11c17519e2136953ab94425
parent9046e6001bec59d3b8fa6ca9247a5df9474432b4 (diff)
gst_audio_converter_new: update annotations
https://bugzilla.gnome.org/show_bug.cgi?id=793492
-rw-r--r--gst-libs/gst/audio/audio-converter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/audio/audio-converter.c b/gst-libs/gst/audio/audio-converter.c
index e06d2e99b..2cf63c13b 100644
--- a/gst-libs/gst/audio/audio-converter.c
+++ b/gst-libs/gst/audio/audio-converter.c
@@ -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.