Table of Contents
gst-return is a command-line tool in the GStreamer framework that returns the return value of a GStreamer element or plugin.
Syntax:
gst-return [element name]
Example Usage:
gst-return my-pipeline
where my-pipeline
is the name of a GStreamer pipeline.
Output:
The output of gst-return
will be the return value of the element or plugin named my-pipeline
. This value can be an integer, a double, a boolean, or a string.
Example Output:
123
This output indicates that the return value of the pipeline my-pipeline
is 123.
Notes:
gst-return
can return any return value that is supported by the GStreamer element or plugin.gst-return
will return an error.gst-return
command.gst-return my-element
will return the return value of the element named my-element
.Table of Contents
Categories