summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-09 19:23:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-09 19:23:33 +0000
commit88313e142a0f886973ffa1ea5c0816d2c0da5ff7 (patch)
tree762c13cf94b7b85f872cf87f13717ea9f0347816 /ChangeLog
parentf81256027660cc422f144e644b3960165d9b4252 (diff)
downloadgst-plugins-bad-88313e142a0f886973ffa1ea5c0816d2c0da5ff7.tar.gz
gst-plugins-bad-88313e142a0f886973ffa1ea5c0816d2c0da5ff7.tar.bz2
gst-plugins-bad-88313e142a0f886973ffa1ea5c0816d2c0da5ff7.zip
gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
Original commit message from CVS: * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose), (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip), (bpwsinc_set_property), (bpwsinc_get_property): "this" is a C++ keyword, use "self" instead. Add TODOs and FIXMEs and remove two wrong FIXMEs. * gst/filter/gstlpwsinc.c: Add FIXMEs and a new TODO.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce5bcd3..45369d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-08-09 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
+ (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
+ (bpwsinc_set_property), (bpwsinc_get_property):
+ "this" is a C++ keyword, use "self" instead.
+ Add TODOs and FIXMEs and remove two wrong FIXMEs.
+ * gst/filter/gstlpwsinc.c:
+ Add FIXMEs and a new TODO.
+
+2007-08-09 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
(gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
(process_64), (lpwsinc_build_kernel), (lpwsinc_setup),