[Bug 767908] jpeg2000parse: use enums for colorspace and sampling, rather than strings

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 14:39:41 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767908

--- Comment #3 from boxerab at gmail.com <boxerab at gmail.com> ---
(In reply to boxerab at gmail.com from comment #2)
> Review from 767512:
> 
> 
> 
> ::: ext/openjpeg/Makefile.am
> @@ +1,3 @@
>  plugin_LTLIBRARIES = libgstopenjpeg.la
>  
> +libgstopenjpeg_la_SOURCES = gstopenjpegdec.c gstopenjpegenc.c
> ../../gst/videoparsers/gstjpeg2000sampling.c gstopenjpeg.c
> 
> Why not let the openjpeg plugin link to libgstcodecparsers instead?
> 

Thanks. I tried that, using

libgstopenjpeg_la_LIBADD = \
   
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la
\

but I get a runtime error about missing symbols.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list