mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Original commit message from CVS: Folling wtays suggestion, I was going to start using xmlDocDump, to avoid a symlink attack on the temporary registry file. Unfortunately, xmlDocDump doesn't give any indication whether its successful, so I've #ifdefed this out and left the original in place. Since the tmp file is in /etc/gstreamer, this should be okay for the moment, but I shall ask the libxml people to add some way of getting the success value of DocDump so we can use that in future. |
||
---|---|---|
.. | ||
.gitignore | ||
gstreamer-inspect.c | ||
gstreamer-launch.c | ||
gstreamer-register.c | ||
Makefile.am | ||
README |
launch ====== This is a tool that will construct pipelines based on a command-line syntax. The syntax is rather complex to enable all the features I want it to have, but should be easy to use for most people. Multi-pathed and feedback pipelines are the most complex. A simple commandline looks like: ./launch disksrc demo.mp3 | mp3parse | mpg123 | audiosink-oss A more complex pipeline looks like: ./launch disksrc redpill.vob | css-descramble | private_stream_1.0| \ (ac3parse | ac3dec | audioink-oss) video_0| (mpeg2dec | videosink)