gst-xmllaunch-0.10.1 | gst-xmllaunch-0.10.1 | |||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
A simple commandline looks like: | A simple commandline looks like: | |||
gst-xmllaunch my-pipeline.xml filesrc0.location=music.mp3 | gst-xmllaunch my-pipeline.xml filesrc0.location=music.mp3 | |||
This sets the location property of the element named filesrc0 to the value "music.mp3". See gst-launch(1) for syntax on setting element names, and gst-inspect to see what properties various elements have. | This sets the location property of the element named filesrc0 to the value "music.mp3". See gst-launch(1) for syntax on setting element names, and gst-inspect to see what properties various elements have. | |||
You can pass "-" as the XML-FILE to read from stdin. | You can pass "-" as the XML-FILE to read from stdin. | |||
XML-FILE can be a URI as well, thanks to the wizardry of libxml. I'm not really sure what all is supported, it seems http works just fine thoug h. | XML-FILE can be a URI as well, thanks to the wizardry of libxml. I'm not really sure what all is supported, it seems http works just fine thoug h. | |||
WARNING | ||||
gst-xmllaunch is deprecated and broken for all but the most simple p | ||||
ipelines. It will most likely be removed in future. Don't use it. | ||||
OPTIONS | OPTIONS | |||
gst-xmllaunch accepts the following options: | gst-xmllaunch accepts the following options: | |||
--help Print help synopsis and available FLAGS | --help Print help synopsis and available FLAGS | |||
--silent | --silent | |||
Do not output status information | Do not output status information | |||
--exclude=TYPE, -XTYPE | --exclude=TYPE, -XTYPE | |||
Do not output status information of TYPE | Do not output status information of TYPE | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |