From afc394d22180b27194408f10053f03740330468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 13 Aug 2014 12:39:47 +0300 Subject: [PATCH] bin: gst_bin_new() can accept NULL as name --- gst/gstbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbin.c b/gst/gstbin.c index 634b6e4479..e824ff30a4 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -537,7 +537,7 @@ gst_bin_dispose (GObject * object) /** * gst_bin_new: - * @name: the name of the new bin + * @name: (nullable): the name of the new bin * * Creates a new bin with the given name. *