[Webkit-unassigned] [Bug 138562] [GStreamer] GstGL support in the video sink
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 19 05:12:35 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=138562
--- Comment #7 from Víctor M. Jáquez L. <vjaquez at igalia.com> ---
Testing the patch I got hit by http://www.w3.org/2010/05/video/mediaevents.html
This the gst (gl related) log:
0:00:04.765747396 12231 0x2633720 INFO glcontext gstglcontext.c:1338:gst_gl_context_create_thread: Enabling GL context debugging
0:00:04.765781113 12231 0x1b22350 INFO glcontext gstglcontext.c:907:gst_gl_context_create: gl thread created
** (WebKitWebProcess:12231): CRITICAL **: gst_gl_context_new_wrapped: assertion '(display_api & available_apis) != GST_GL_API_NONE' failed
0:00:04.772857003 12231 0x7f869c0e5e80 DEBUG glmemory gstglmemory.c:603:_gl_mem_init: new GL texture memory:0x7f86a40f7630 format:4 dimensions:854x480 size:1639680
0:00:04.773751979 12231 0x7f869c0e5e80 DEBUG glmemory gstglmemory.c:603:_gl_mem_init: new GL texture memory:0x7f86a40f77b0 format:4 dimensions:854x480 size:1639680
0:00:04.776882953 12231 0x7f869c0e5e80 DEBUG glupload gstglupload.c:754:_upload_find_method:<glupload0> attempting upload with uploader GLMemory
0:00:04.776919275 12231 0x7f869c0e5e80 DEBUG glupload gstglupload.c:754:_upload_find_method:<glupload0> attempting upload with uploader EGLImage
0:00:04.776927610 12231 0x7f869c0e5e80 DEBUG glupload gstglupload.c:754:_upload_find_method:<glupload0> attempting upload with uploader UploadMeta
0:00:04.776939099 12231 0x7f869c0e5e80 DEBUG glupload gstglupload.c:754:_upload_find_method:<glupload0> attempting upload with uploader Raw Data
0:00:04.776960106 12231 0x7f869c0e5e80 DEBUG glmemory gstglmemory.c:603:_gl_mem_init: new GL texture memory:0x7f86a40f7930 format:4 dimensions:854x480 size:1639680
0:00:18.544331134 12231 0x2633720 ERROR glcontext gstglcontext.c:1046:_gst_gl_debug_callback:<glcontextglx0> high: GL error from API id:1, GL_INVALID_OPERATION in glBindTexture(non-gen name)
0:00:18.544425112 12231 0x2633720 ERROR glcontext gstglcontext.c:1046:_gst_gl_debug_callback:<glcontextglx0> high: GL error from API id:1, GL_INVALID_OPERATION in glTexSubImage2D(invalid texture image)
and the last two messages are repeated indefinitely.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141219/4ca30d6a/attachment-0002.html>
More information about the webkit-unassigned
mailing list