summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-11-03 18:54:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-11-03 18:54:50 +0000
commit676731943367ff51f1c1fd70de0a5bdc7abc75c7 (patch)
tree3973fdd3223e3a7ce5f8675620090f856b4952bc
parent0ee15df3a4d78ccca6ec93e3897e0240591f4c95 (diff)
downloadgst-plugins-bad-676731943367ff51f1c1fd70de0a5bdc7abc75c7.tar.gz
gst-plugins-bad-676731943367ff51f1c1fd70de0a5bdc7abc75c7.tar.bz2
gst-plugins-bad-676731943367ff51f1c1fd70de0a5bdc7abc75c7.zip
gst/alpha/gstalpha.c: Fix stride issues. Does not completely work for odd heights.
Original commit message from CVS: * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), (gst_alpha_chroma_key), (gst_alpha_chain): Fix stride issues. Does not completely work for odd heights.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6553f4e7..8dfa7079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-03 Wim Taymans <wim@fluendo.com>
+
+ * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
+ (gst_alpha_chroma_key), (gst_alpha_chain):
+ Fix stride issues. Does not completely work for odd
+ heights.
+
2004-11-03 Christophe Fergeau <teuf@gnome.org>
* gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):