mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst: gst_parse_bin_from_description returns a new reference
This commit is contained in:
parent
1d3d1a6e03
commit
f09b23ee07
1 changed files with 1 additions and 1 deletions
|
@ -3290,7 +3290,7 @@ gst_bin_find_unlinked_pad (GstBin * bin, GstPadDirection direction)
|
||||||
* and want them all ghosted, you will have to create the ghost pads
|
* and want them all ghosted, you will have to create the ghost pads
|
||||||
* yourself).
|
* yourself).
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a newly-created bin, or NULL if an error occurred.
|
* Returns: (transfer floating): a newly-created bin, or NULL if an error occurred.
|
||||||
*
|
*
|
||||||
* Since: 0.10.3
|
* Since: 0.10.3
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue