summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-04 17:20:31 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-04 17:20:31 +0000
commit90c1858b2011602e83e377568b1bf2d2b8e64f33 (patch)
tree4576505ee792a1a0d841d5ff07b7f4a196d0cc65 /ChangeLog
parente6d666c74737737bb4044f0717bf250e1112d069 (diff)
downloadgst-plugins-bad-90c1858b2011602e83e377568b1bf2d2b8e64f33.tar.gz
gst-plugins-bad-90c1858b2011602e83e377568b1bf2d2b8e64f33.tar.bz2
gst-plugins-bad-90c1858b2011602e83e377568b1bf2d2b8e64f33.zip
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 360a40b2..5071903b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;