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 | 443b4259460255cdf02d297599b7df78f299941e (patch) | |
tree | 69d5b497601a60406dd12ba509e21a540fa59f73 | |
parent | 94b047bc269fed22862faea816b98c5b33bc3bf7 (diff) | |
download | gst-plugins-bad-443b4259460255cdf02d297599b7df78f299941e.tar.gz gst-plugins-bad-443b4259460255cdf02d297599b7df78f299941e.tar.bz2 gst-plugins-bad-443b4259460255cdf02d297599b7df78f299941e.zip |
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). |