gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Aug 2007 19:23:33 +0000 (19:23 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Aug 2007 19:23:33 +0000 (19:23 +0000)
commitccb73e617b58c43d406e62baac06c90455dca8c7
tree02f58837d909a17e9f78f86818492040183b096f
parentde3d1d62ab4f5d2078526ccaeb3d0db76ba35721
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.
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsinclimit.c