diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-06-22 15:52:11 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-06-22 15:52:11 +0000 |
commit | 6ff12d47864134beaaf1e53fb5759d9d1961f54f (patch) | |
tree | c9ead1973f336d44e71fc2533bebf554ab18d9ff /ChangeLog | |
parent | 5889b1a91f2575aaaf9f1e10bcaf3d5ba56967b7 (diff) | |
download | gst-plugins-bad-6ff12d47864134beaaf1e53fb5759d9d1961f54f.tar.gz gst-plugins-bad-6ff12d47864134beaaf1e53fb5759d9d1961f54f.tar.bz2 gst-plugins-bad-6ff12d47864134beaaf1e53fb5759d9d1961f54f.zip |
gst/audiorate/gstaudiorate.c: Add 'start-offset' property and add/fix discont event handling.
Original commit message from CVS:
* gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
(gst_audiorate_chain_handle_event), (gst_audiorate_chain),
(gst_audiorate_set_property), (gst_audiorate_get_property),
(gst_audiorate_change_state):
Add 'start-offset' property and add/fix discont event
handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-06-22 Tim-Philipp Müller <tim at centricular dot net> + + * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init), + (gst_audiorate_chain_handle_event), (gst_audiorate_chain), + (gst_audiorate_set_property), (gst_audiorate_get_property), + (gst_audiorate_change_state): + Add 'start-offset' property and add/fix discont event + handling. + 2005-06-22 Michael Benes <michael dot benes at xeris dot cz> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> |