Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Example GStreamer Pipelines

489 bytes added, 02:11, 18 December 2010
no edit summary
=== Environment Requirements ===
 
<blockquote>
{| style="color:lightgreen; background-color:black;" cellpadding="5" cellspacing="0" border="2"
|
<tt>
cd /opt/gstreamer_demo/{{{processor|dm''xxx''}}}/<br/>
./loadmodules.sh<br/>
export GST_REGISTRY=/tmp/gst_registry.bin<br/>
export LD_LIBRARY_PATH=/opt/gstreamer/lib<br/>
export GST_PLUGIN_PATH=/opt/gstreamer/lib/gstreamer-0.10<br/>
export PATH=/opt/gstreamer/bin:$PATH<br/>
{{{nofbdev|cat /dev/zero > {{{fbdev|/dev/fb''x''}}} 2> /dev/null<br/>}}}
</tt>
|}
</blockquote>
 
{{ti_gst_env|processor=omap3530|fbdev=/dev/fb2}}
<span style="color: blue;">''' If you are using Angstrom distribution on beagleboard then you can use "omapdmaifbsink" instead of "TIDmaiVideoSink" to display the video inside the X windowing system. ''' </span>
=== Loopback: Video ===