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 | 383798402482c704ea69c91c955563d328a2b023 (patch) | |
tree | a6f06be723096fda1d32a39149f4e94c4415d618 /ChangeLog | |
parent | 65cbf1e03dfe9f70e7ca5639acc8a80b5f097d8e (diff) | |
download | gst-plugins-bad-383798402482c704ea69c91c955563d328a2b023.tar.gz gst-plugins-bad-383798402482c704ea69c91c955563d328a2b023.tar.bz2 gst-plugins-bad-383798402482c704ea69c91c955563d328a2b023.zip |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> * ext/sidplay/gstsiddec.cc: |