summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-29 15:24:38 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-29 15:24:38 +0000
commit443b4259460255cdf02d297599b7df78f299941e (patch)
tree69d5b497601a60406dd12ba509e21a540fa59f73
parent94b047bc269fed22862faea816b98c5b33bc3bf7 (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bd470e5..1607474a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).