4 GST_LAUNCH
=$
(type -p gst-launch-0.10
)
5 if test "$GST_LAUNCH" = "" ; then
6 echo This
test requires GStreamer
9 if test ! -f /usr
/lib
/libprofiler.so
-o ! -f /usr
/bin
/pprof
; then
10 echo This
test requires the Google profiler tools.
14 schroopts
="mv-precision=1"
17 LD_PRELOAD
=/usr
/lib
/libprofiler.so \
19 filesrc location
=~
/media
/masters
/sage.HD720-master.drc
! \
21 schroenc
$schroopts ! filesink location
=out.drc
23 pprof
--pdf $GST_LAUNCH prof.out
>prof.pdf