summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-01 15:50:40 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-01 15:50:40 +0000
commit0818d7b41d94bfe28ad7c02c8345d6511df88673 (patch)
tree419af38d0783b37e64046a4c861ebfcd8942e2c0 /ChangeLog
parent426b2db2cba849ab4f64a6ba91047380ff338837 (diff)
gst/mxf/mxfjpeg2000.c: Use new image/x-jpc caps for the raw JPEG2000 codestream.
Original commit message from CVS: * gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps): Use new image/x-jpc caps for the raw JPEG2000 codestream. For now assume sRGB as colorspace, has to be read from the descriptor somehow later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd153a594..03e7b0afc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-12-01 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps):
+ Use new image/x-jpc caps for the raw JPEG2000 codestream.
+ For now assume sRGB as colorspace, has to be read from the descriptor
+ somehow later.
+
+2008-12-01 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* ext/jp2k/gstjasperdec.c: (gst_jasper_dec_sink_setcaps):
* ext/jp2k/gstjasperenc.c: (gst_jasper_enc_reset),
(gst_jasper_enc_set_src_caps), (gst_jasper_enc_init_encoder),