From: Ronald S. Bultje Date: Sat, 29 Jan 2005 15:24:38 +0000 (+0000) Subject: gst/ffmpegcolorspace/gstffmpegcolorspace.c: D'oh, reference the palette data, not... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad740f4293c61839a31e1c9f0e85f5d3de633ef0;p=platform%2Fupstream%2Fgst-plugins-good.git gst/ffmpegcolorspace/gstffmpegcolorspace.c: D'oh, reference the palette data, not the palette structure. Original commit message from CVS: * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): D'oh, reference the palette data, not the palette structure. Fixes color distortion in #132341. --- diff --git a/ChangeLog b/ChangeLog index 8bd470e56..1607474ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-29 Ronald S. Bultje + + * gst/ffmpegcolorspace/gstffmpegcolorspace.c: + (gst_ffmpegcsp_chain): + D'oh, reference the palette data, not the palette structure. + Fixes color distortion in #132341. + 2005-01-29 Ronald S. Bultje * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):