diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-02-23 12:13:49 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-02-23 12:13:49 +0000 |
commit | aa0244eb057489581f48bdb9dc60876f121ce82a (patch) | |
tree | 0c6fceb95a55e82be579f7aa38e4b6f92e969120 | |
parent | d21cbb1607fd716bb64ca46650e0e41bac251dbc (diff) | |
download | gst-plugins-bad-aa0244eb057489581f48bdb9dc60876f121ce82a.tar.gz gst-plugins-bad-aa0244eb057489581f48bdb9dc60876f121ce82a.tar.bz2 gst-plugins-bad-aa0244eb057489581f48bdb9dc60876f121ce82a.zip |
gst/videotestsrc/gstvideotestsrc.c: seek events weren't working completely
Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_handle_src_event):
seek events weren't working completely
* gst/silence/gstsilence.c: (gst_silence_handle_src_event): Added seek
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-23 Edward Hervey <bilboed@bilboed.com> + + * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_handle_src_event): + seek events weren't working completely + * gst/silence/gstsilence.c: (gst_silence_handle_src_event): Added seek + + 2005-02-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): |