summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-22 15:09:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-22 15:09:20 +0000
commit0cca473acf706385a266460ae56be643c501281f (patch)
tree9c04535dd9c61fa47c2ff470962f760da38c8f8f /ChangeLog
parent9e501b274fd0d2bedc235c4c82f4413727250f1b (diff)
libs/gst/base/gstbasetransform.c: Rename a variable to make the code clearer.
Original commit message from CVS: * libs/gst/base/gstbasetransform.c: (gst_base_transform_acceptcaps): Rename a variable to make the code clearer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd02d7412..2fda3cecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * libs/gst/base/gstbasetransform.c:
+ (gst_base_transform_acceptcaps):
+ Rename a variable to make the code clearer.
+
2008-11-21 Stefan Kost <ensonic@users.sf.net>
* plugins/elements/gstidentity.c: