[Bug 722670] add GRAY8/GRAY16_LE/GRAY16_BE support to glupload

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 27 12:25:04 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722670
  GStreamer | gst-plugins-gl | 1.2.2

--- Comment #13 from Matthew Waters <ystreet00 at gmail.com> 2014-01-27 20:25:01 UTC ---
(In reply to comment #12)
> I get
> 
>   CC       libgstgl_1.0_la-gstglupload.lo
> gstglupload.c: In function '_do_upload_make':
> gstglupload.c:1249:32: error: 'GL_LUMINANCE16' undeclared (first use in this
> function)
>        tex[0].internal_format = GL_LUMINANCE16;
>                                 ^
> gstglupload.c:1249:32: note: each undeclared identifier is reported only once
> for each function it appears in
> gstglupload.c: In function '_do_upload_fill':
> gstglupload.c:1403:24: error: 'GL_UNPACK_SWAP_BYTES' undeclared (first use in
> this function)
>        gl->PixelStorei (GL_UNPACK_SWAP_BYTES, GL_TRUE);
>                         ^
> with that patch (with HAVE: GLES2, WINDOW_X11/WAYLAND, PLATFORM_EGL,
> GLEGLIMAGEOES, GLCHAR, GLSIZEIPTR, GLINTPTR as per gstglconfig.h).

Right, so GLES2 doesn't have SWAP_BYTES, which means it's probably not viable
to use the patch anymore.  Carry on :)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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