mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gst: gst_parse_launch now returns a floating reference
This commit is contained in:
parent
479b7ff5f1
commit
42a6e487c8
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ gst_parse_launchv_full (const gchar ** argv, GstParseContext * context,
|
|||
* the @error is set. In this case there was a recoverable parsing error and you
|
||||
* can try to play the pipeline.
|
||||
*
|
||||
* Returns: (transfer full): a new element on success, %NULL on failure. If
|
||||
* Returns: (transfer floating): a new element on success, %NULL on failure. If
|
||||
* more than one toplevel element is specified by the @pipeline_description,
|
||||
* all elements are put into a #GstPipeline, which than is returned.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue