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. *