From 26d72a73f515a4a658208a3a8db41f3d07f29633 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Tue, 4 Dec 2012 13:16:09 -0300 Subject: [PATCH] pbutils: encoding-profile: fix _new function introspection docs Makes the parameter accept NULL as input for GI bindings --- 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 1dff935f5b..e9de7916cb 100644 --- a/gst-libs/gst/pbutils/encoding-profile.c +++ b/gst-libs/gst/pbutils/encoding-profile.c @@ -728,7 +728,7 @@ gst_encoding_container_profile_new (const gchar * name, * gst_encoding_video_profile_new: * @format: the #GstCaps * @preset: (allow-none): the preset(s) to use on the encoder, can be #NULL - * @restriction: (allow-none) the #GstCaps used to restrict the input to the encoder, can be + * @restriction: (allow-none): the #GstCaps used to restrict the input to the encoder, can be * NULL. See gst_encoding_profile_get_restriction() for more details. * @presence: the number of time this stream must be used. 0 means any number of * times (including never)