summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-17 17:56:10 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-17 17:56:10 +0200
commit5c446aa203b1d617542953c379cd159073786de6 (patch)
tree26fd8c2fd3a7faad4a15829976328a3fb9583dee /README
parent3f623d39f2e7d8a09538929c3100578ac2afeda2 (diff)
examples: add example using seek from gst-plugins-base
Make the data local independent when splitting (yes, its a hack). Fix one crasher regarding due to pads called "internal" and having no parent.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c419704..bdeed54 100644
--- a/README
+++ b/README
@@ -36,6 +36,7 @@ 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 ! xvimagesink decodebin. ! audioconvert ! alsasink
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
+LD_PRELOAD=src/.libs/libgsttracelib.so gst-seek 16 uri=file://$HOME/video/cairo-dock-2.ogg
If it is installed, one can use the 'gsttl' wrapper script to ldpreload the lib.