diff options
author | David Schleef <ds@schleef.org> | 2004-03-04 20:18:44 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-03-04 20:18:44 +0000 |
commit | 8dc4c5f8258fc4e18fe158cc8722d2e9c1606477 (patch) | |
tree | f69c3d477a199b55f87ee782537d787cf1cae898 /ChangeLog | |
parent | 1c32b3130cb197eb0bf3eca7a2cdbdf36be3c7dc (diff) | |
download | gst-plugins-bad-8dc4c5f8258fc4e18fe158cc8722d2e9c1606477.tar.gz gst-plugins-bad-8dc4c5f8258fc4e18fe158cc8722d2e9c1606477.tar.bz2 gst-plugins-bad-8dc4c5f8258fc4e18fe158cc8722d2e9c1606477.zip |
gst/videofilter/gstgamma.c: Fix typo that modified the alpha channel and caused a warning. (bug #136192)
Original commit message from CVS:
reviewed by David Schleef
* gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
modified the alpha channel and caused a warning. (bug #136192)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-03-04 <kost@imn.htwk-leipzig.de> + + reviewed by David Schleef + + * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that + modified the alpha channel and caused a warning. (bug #136192) + 2004-04-03 Christian Schaller <Uraeus@gnome.org> * gst-plugins.spec.in: |