summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-11-26 17:23:14 +0000
committerMichael Smith <msmith@xiph.org>2006-11-26 17:23:14 +0000
commit2d6bfedf62cd8d1da8796224c9b614b63ac4794e (patch)
tree62145031fec59a13f3a5e65f3beb0089b2499653 /ChangeLog
parentfecfce245aa4e55d4879801eaae661315cbe9d58 (diff)
downloadgst-plugins-bad-2d6bfedf62cd8d1da8796224c9b614b63ac4794e.tar.gz
gst-plugins-bad-2d6bfedf62cd8d1da8796224c9b614b63ac4794e.tar.bz2
gst-plugins-bad-2d6bfedf62cd8d1da8796224c9b614b63ac4794e.zip
ext/theora/theoradec.c: Send events on the right pads, since they don't work very well if you send them in the wrong ...
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_src_query), (theora_dec_src_event), (theora_handle_data_packet), (theora_dec_chain): Send events on the right pads, since they don't work very well if you send them in the wrong direction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 529ebb12..df7f1523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-26 Michael Smith <msmith@fluendo.com>
+
+ * ext/theora/theoradec.c: (theora_dec_src_query),
+ (theora_dec_src_event), (theora_handle_data_packet),
+ (theora_dec_chain):
+ Send events on the right pads, since they don't work very well if
+ you send them in the wrong direction.
+
2006-11-24 Stefan Kost <ensonic@users.sf.net>
* ext/audiofile/gstafsink.c: