From dc527cac62b24c1b622287e4dbe573aa4d057f4d Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sun, 18 Mar 2018 11:15:55 -0700 Subject: [PATCH] encoding-profile: fix gi annotation for gst_encoding_profile_find --- gst-libs/gst/pbutils/encoding-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/pbutils/encoding-profile.c b/gst-libs/gst/pbutils/encoding-profile.c index 5f25aa7..9295ccc 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -1453,7 +1453,7 @@ done: /** * gst_encoding_profile_find: * @targetname: (transfer none): The name of the target - * @profilename: (transfer none): (allow-none): The name of the profile, if %NULL + * @profilename: (transfer none) (allow-none): The name of the profile, if %NULL * provided, it will default to the encoding profile called `default`. * @category: (transfer none) (allow-none): The target category. Can be %NULL * -- 2.7.4