diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-06-18 22:32:44 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-06-18 22:32:44 +0000 |
commit | 0b94bacbe92c414c4413938370ad8b9a62201aa5 (patch) | |
tree | 544e05c3a2eea3f46893bf83809131207227e192 /ext | |
parent | 443ebd6f3380754a98ec605ba37111402aaa399e (diff) |
ext/dvdnav/gst-dvd: Grab the gconf key from the right spot
Original commit message from CVS:
* ext/dvdnav/gst-dvd: Grab the gconf key from the right spot
* gst/debug/gstnavseek.c: (gst_navseek_init),
(gst_navseek_segseek), (gst_navseek_handle_src_event),
(gst_navseek_chain):
* gst/debug/gstnavseek.h: Add 's', 'e' and 'l' keypresses to navseek
to define the start,end and loop parameters of a segment seek.
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
(gst_videotestsrc_get_event_masks),
(gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
* gst/videotestsrc/gstvideotestsrc.h:
Add seeking support to videotestsrc
Initialise the timestamp_offset variable.
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/dvdnav/gst-dvd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dvdnav/gst-dvd b/ext/dvdnav/gst-dvd index df6511d2..aa306060 100755 --- a/ext/dvdnav/gst-dvd +++ b/ext/dvdnav/gst-dvd @@ -1,6 +1,6 @@ #!/bin/sh -AUDIOSINK=`gconftool-2 -g /system/gstreamer/default/audiosink` +AUDIOSINK=`gconftool-2 -g /system/gstreamer/0.8/default/audiosink` gst-launch dvdnavsrc ! dvddemux name=demux .current_video ! { queue max-size-buffers=10 ! mpeg2dec ! mpeg2subt name=sub ! \ navseek ! xvimagesink } demux.current_subpicture ! queue max-size-buffers=5 block-timeout=100000 ! sub.subtitle \ demux.current_audio ! { queue ! a52dec ! audioscale ! $AUDIOSINK } $@ |