jpeg2000parse: use enums for colorspace and sampling, rather than strings
authorAaron Boxer <boxerab@gmail.com>
Tue, 21 Jun 2016 16:41:46 +0000 (12:41 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 24 Jun 2016 08:23:31 +0000 (11:23 +0300)
commite7e6a3579d7ec3b61c80040c679c48c216fb7065
treeec228601c62ac75235d708b6f627d8f22630614d
parent539c032345e3f063b5c166262aa7f7346a0d1e2f
jpeg2000parse: use enums for colorspace and sampling, rather than strings

Also, move gstjpeg2000sampling to codecparsers project

https://bugzilla.gnome.org/show_bug.cgi?id=767908
ext/openjpeg/Makefile.am
ext/openjpeg/gstopenjpegdec.c
ext/openjpeg/gstopenjpegdec.h
ext/openjpeg/gstopenjpegenc.c
gst-libs/gst/codecparsers/Makefile.am
gst-libs/gst/codecparsers/gstjpeg2000sampling.c [new file with mode: 0644]
gst-libs/gst/codecparsers/gstjpeg2000sampling.h [new file with mode: 0644]
gst/videoparsers/Makefile.am
gst/videoparsers/gstjpeg2000parse.c
gst/videoparsers/gstjpeg2000parse.h
gst/videoparsers/gstjpeg2000sampling.h [deleted file]