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.
+2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * 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 <rbultje@ronald.bitfreak.net>
* gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
GST_BUFFER_DATA (inbuf),
space->from_pixfmt, space->width, space->height);
if (space->palette)
- space->from_frame.data[1] = (uint8_t *) space->palette;
+ space->from_frame.data[1] = (uint8_t *) space->palette->palette;
gst_ffmpegcsp_avpicture_fill (&space->to_frame,
GST_BUFFER_DATA (outbuf),
space->to_pixfmt, space->width, space->height);