bin: gst_bin_new() can accept NULL as name

This commit is contained in:
Sebastian Dröge 2014-08-13 12:39:47 +03:00
parent 5b015250ba
commit afc394d221

View file

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