diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-29 15:24:38 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-29 15:24:38 +0000 |
commit | ad740f4293c61839a31e1c9f0e85f5d3de633ef0 (patch) | |
tree | 2d43dbd3c547b8d61302b46eb68a12439c76817a | |
parent | df667f284d90fd77821a4b79d50a91c6661ebd7b (diff) |
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.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 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): PAR can be non-fixed when not provided as argument (#162626). |