1GStreamer(1)                General Commands Manual               GStreamer(1)
2
3
4

NAME

6       gst-xmllaunch  - build and run a GStreamer pipeline from an XML serialā€
7       ization
8

SYNOPSIS

10       gst-xmllaunch [OPTION...] XML-FILE [ ELEMENT.PROPERTY=VALUE ... ]
11

DESCRIPTION

13       gst-xmllaunch is a tool that is used to build and run a basic GStreamer
14       pipeline,  loading  it from an XML description. You can produce the XML
15       description using gst-launch-0.10(1) with the -o option or  by  calling
16       gst_xml_write_file() in your own app.
17
18       A simple commandline looks like:
19
20        gst-xmllaunch my-pipeline.xml filesrc0.location=music.mp3
21
22       This  sets  the  location property of the element named filesrc0 to the
23       value "music.mp3". See gst-launch(1)  for  syntax  on  setting  element
24       names, and gst-inspect to see what properties various elements have.
25
26       You can pass "-" as the XML-FILE to read from stdin.
27
28       XML-FILE  can  be  a URI as well, thanks to the wizardry of libxml. I'm
29       not really sure what all is supported, it seems http  works  just  fine
30       though.
31
32

WARNING

34       gst-xmllaunch  is  deprecated  and  broken  for all but the most simple
35       pipelines. It will most likely be removed in future. Don't use it.
36

OPTIONS

38       gst-xmllaunch accepts the following options:
39
40       --help  Print help synopsis and available FLAGS
41
42       --silent
43               Do not output status information
44
45       --exclude=TYPE, -XTYPE
46               Do not output status information of TYPE
47
48       --output=FILE, -oFILE
49               Save XML representation of pipeline to FILE and exit
50
51       --gst-info-mask=FLAGS
52               GStreamer info flags to set (list with --help)
53
54       --gst-debug-mask=FLAGS
55               GStreamer debugging flags to set (list with --help)
56
57       --gst-mask=FLAGS
58               GStreamer info and debugging flags to set (list with --help)
59
60       --gst-plugin-spew
61               GStreamer info flags to set Enable  printout  of  errors  while
62               loading GStreamer plugins
63
64       --gst-plugin-path=PATH
65               Add directories separated with ':' to the plugin search path
66

SEE ALSO

68       gst-feedback(1), gst-inspect(1), gst-launch(1), gst-typefind(1)
69

AUTHOR

71       The GStreamer team at http://gstreamer.freedesktop.org/
72
73
74
75                                  March 2001                      GStreamer(1)
Impressum