1 .TH "GStreamer" "1" "March 2001"
3 gst\-xmllaunch \- build and run a GStreamer pipeline from an XML serialization
5 \fBgst\-xmllaunch\fR \fI[OPTION...]\fR XML\-FILE [ ELEMENT.PROPERTY=VALUE ... ]
8 \fIgst\-xmllaunch\fP is a tool that is used to build and run a basic
9 \fIGStreamer\fP pipeline, loading it from an XML description. You can
10 produce the XML description using gst-launch(1) with the -o option or by
11 calling gst_xml_write_file() in your own app.
13 A simple commandline looks like:
15 gst\-xmllaunch my\-pipeline.xml filesrc0.location=music.mp3
17 This sets the location property of the element named filesrc0 to the value
18 "music.mp3". See gst\-launch(1) for syntax on setting element names, and
19 gst\-inspect to see what properties various elements have.
21 You can pass "-" as the XML\-FILE to read from stdin.
23 XML\-FILE can be a URI as well, thanks to the wizardry of libxml. I'm not really
24 sure what all is supported, it seems http works just fine though.
29 \fIgst\-xmllaunch\fP accepts the following options:
32 Print help synopsis and available FLAGS
35 Do not output status information
37 .B \-\-exclude=TYPE, \-XTYPE
38 Do not output status information of TYPE
40 .B \-\-output=FILE, \-oFILE
41 Save XML representation of pipeline to FILE and exit
43 .B \-\-gst\-info\-mask=FLAGS
44 \fIGStreamer\fP info flags to set (list with \-\-help)
46 .B \-\-gst\-debug\-mask=FLAGS
47 \fIGStreamer\fP debugging flags to set (list with \-\-help)
49 .B \-\-gst\-mask=FLAGS
50 \fIGStreamer\fP info and debugging flags to set (list with \-\-help)
52 .B \-\-gst\-plugin\-spew
53 \fIGStreamer\fP info flags to set
54 Enable printout of errors while loading \fIGStreamer\fP plugins
56 .B \-\-gst\-plugin\-path=PATH
57 Add directories separated with ':' to the plugin search path
60 .BR gst\-register (1),
63 The GStreamer team at http://gstreamer.net/