mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
443ebd6f33
commit
0b94bacbe9
2 changed files with 17 additions and 1 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
||||||
|
2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
* 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.
|
||||||
|
|
||||||
2004-06-18 Wim Taymans <wim@fluendo.com>
|
2004-06-18 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/sidplay/gstsiddec.cc:
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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 ! \
|
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 \
|
navseek ! xvimagesink } demux.current_subpicture ! queue max-size-buffers=5 block-timeout=100000 ! sub.subtitle \
|
||||||
demux.current_audio ! { queue ! a52dec ! audioscale ! $AUDIOSINK } $@
|
demux.current_audio ! { queue ! a52dec ! audioscale ! $AUDIOSINK } $@
|
||||||
|
|
Loading…
Reference in a new issue