diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-01 15:50:40 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-01 15:50:40 +0000 |
commit | 0818d7b41d94bfe28ad7c02c8345d6511df88673 (patch) | |
tree | 419af38d0783b37e64046a4c861ebfcd8942e2c0 /ChangeLog | |
parent | 426b2db2cba849ab4f64a6ba91047380ff338837 (diff) | |
download | gst-plugins-bad-0818d7b41d94bfe28ad7c02c8345d6511df88673.tar.gz gst-plugins-bad-0818d7b41d94bfe28ad7c02c8345d6511df88673.tar.bz2 gst-plugins-bad-0818d7b41d94bfe28ad7c02c8345d6511df88673.zip |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |