summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-04-14 17:08:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-04-14 17:08:34 +0000
commitfdcb983b0dd96038cc731256660dea31a1e8ebf8 (patch)
treee8bc558022c4ee6fbab8f3a56ac0e830b97d0ed3
parentf53696d092916cf1b454c2e5e74964ceb6e5817e (diff)
downloadgst-plugins-bad-fdcb983b0dd96038cc731256660dea31a1e8ebf8.tar.gz
gst-plugins-bad-fdcb983b0dd96038cc731256660dea31a1e8ebf8.tar.bz2
gst-plugins-bad-fdcb983b0dd96038cc731256660dea31a1e8ebf8.zip
bugzilla entries
Original commit message from CVS: bugzilla entries
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eac7d864..65fe1502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1658,7 +1658,7 @@
(gst_gamma_init), (gst_gamma_set_property),
(gst_gamma_get_property), (gst_gamma_calculate_tables),
(gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
- for RGB, with separate r g and b correction factors.
+ for RGB, with separate r g and b correction factors. (#131167)
2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>