diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-12-17 08:51:34 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-12-17 08:51:34 +0000 |
commit | 5a30245c3873ea18764c42f0be8c839c386b8725 (patch) | |
tree | 2dc86857f85791ebdfa34fbcbf4560e92b74f518 /ChangeLog | |
parent | 0a6d8f01ef437344cf74728ddadd332ac99f6486 (diff) |
gst/adder/: Cleanup variable names to make the adder-loop easier to understand.
Original commit message from CVS:
* gst/adder/Makefile.am:
* gst/adder/gstadder.c:
Cleanup variable names to make the adder-loop easier to understand.
Also try to use liboil to spee it up, but ifdef it out as it does not
make any change for me (Intel pentim M (sse,sse2) please try on other
systems).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-12-17 Stefan Kost <ensonic@users.sf.net> + + * gst/adder/Makefile.am: + * gst/adder/gstadder.c: + Cleanup variable names to make the adder-loop easier to understand. + Also try to use liboil to spee it up, but ifdef it out as it does not + make any change for me (Intel pentim M (sse,sse2) please try on other + systems). + 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk> * docs/plugins/Makefile.am: |