summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2008-09-10 06:22:21 +0000
committerStefan Kost <ensonic@users.sf.net>2008-11-24 15:39:56 +0200
commit4c232f8e51787eb6a4728eebc92b4e51356605fc (patch)
treec0b5b961e849b46537443039f6b1a37ace2cee50 /README
parent45b34f7a835ab5a8b8c6c2cfb2cc4370a5982689 (diff)
* autogen.sh:
Don't used version tools. We use what the suer has configured via /etc/alternatives. * README: * configure.ac: * src/Makefile.am: * src/gsttl.in: Add wrapper for execution that ld-preloads. Install the preload lib into a subdir under lib to make lintian happy.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 4d9ed35..efcd24e 100644
--- a/README
+++ b/README
@@ -29,6 +29,7 @@ Sensors do meassurements and deliver timestampe performance data.
* we log into one file for performance reasons and split later
== Running ==
+The tracelib can be used uninstalled like this:
LD_PRELOAD=src/.libs/libgsttracelib.so gst-launch-0.10 fakesrc num-buffers=10 ! fakesink
LD_PRELOAD=src/.libs/libgsttracelib.so gst-launch-0.10 videotestsrc num-buffers=50 ! xvimagesink
LD_PRELOAD=src/.libs/libgsttracelib.so gst-launch-0.10 filesrc location=$HOME/audio/bladerun.mod ! decodebin ! alsasink
@@ -37,6 +38,8 @@ LD_PRELOAD=src/.libs/libgsttracelib.so GSTTL_NO_LOG=1 gst-launch-0.10 filesrc lo
LD_PRELOAD=src/.libs/libgsttracelib.so GSTTL_NO_LOG=1 gst-launch-0.10 filesrc location=$HOME/video/XMen3Trailer.avi ! decodebin2 name=decodebin ! fakesink sync=true name=vsink decodebin. ! fakesink sync=true name=asink
LD_PRELOAD=src/.libs/libgsttracelib.so GSTTL_NO_LOG=1 gst-launch-0.10 playbin uri=file://$HOME/video/cairo-dock-2.ogg
+If its, one can use the 'gsttl' wrapper script to ldpreload the lib.
+
There are some additional env vars to influence the behaviour:
GSTTL_LOG_NAME - full path to log file
"/tmp/gstpl.log" if empty