gst-plugins-mythtv/tests/test-nuv.sh
author melunko
Mon Apr 23 19:16:24 2007 +0100 (2007-04-23)
branchtrunk
changeset 587 747b409e4f01
parent 3 265cdb1c59e3
permissions -rwxr-xr-x
[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
leo_sobral@2
     1
#! /bin/sh
leo_sobral@2
     2
echo on
leo_sobral@2
     3
gst-launch-0.10 filesrc location=sample1_divx.nuv ! ffdemux_nuv name=nuvdemux nuvdemux.video_00 ! queue !  ffdec_mpeg4 ! xvimagesink sync=false nuvdemux.audio_00 ! queue ! ffdec_mp3 ! audioconvert ! alsasink sync=false 2>&1