diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-05-04 17:20:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-05-04 17:20:31 +0000 |
commit | 90c1858b2011602e83e377568b1bf2d2b8e64f33 (patch) | |
tree | 4576505ee792a1a0d841d5ff07b7f4a196d0cc65 /ChangeLog | |
parent | e6d666c74737737bb4044f0717bf250e1112d069 (diff) | |
download | gstreamer-plugins-bad-90c1858b2011602e83e377568b1bf2d2b8e64f33.tar.gz |
gst/speed/gstspeed.c: Fix event handling a bit by replacing completely dubious code written by someone else with comp...
Original commit message from CVS:
* gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
(speed_chain), (speed_change_state):
Fix event handling a bit by replacing completely dubious code
written by someone else with completely dubious code written
by me. Should at least fix #412077 though.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-05-04 Tim-Philipp Müller <tim at centricular dot net> + * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event), + (speed_chain), (speed_change_state): + Fix event handling a bit by replacing completely dubious code + written by someone else with completely dubious code written + by me. Should at least fix #412077 though. + +2007-05-04 Tim-Philipp Müller <tim at centricular dot net> + * gst/speed/gstspeed.c: (speed_src_query), (speed_chain), (plugin_init): Add debug category; use gst_pad_query_peer_*() utility functions; |