Good example to show usage of tee
David Röthlisberger
david at rothlis.net
Thu Dec 13 03:46:16 PST 2012
On 12 Nov 2012, at 16:30, William Manley wrote:
> This has been a curiosity of mine for a while, what is the reason that
> the examples don't use parse_launch more often.
The "GStreamer SDK" tutorials, at least, seem to recommend using
"gst_parse_launch"[1]:
Please note that gst-launch is primarily a debugging tool for
developers. You should not build applications on top of it. Instead,
use the gst_parse_launch() function of the GStreamer API as an easy
way to construct pipelines from pipeline descriptions.
...although they introduce it rather late (in the 10th tutorial, after
using gst_element_factory_make etc in all the previous tutorials).
Subsequent tutorials ([2], [3]) do use "gst_parse_launch".
[1] http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+10%3A+GStreamer+tools
[2] http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+12%3A+Streaming
[3] http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+13%3A+Playback+speed
More information about the gstreamer-devel
mailing list