[Bug 727324] gst-launch-1.0 --gst-debug-level=3 videotestsrc ! glimagesink doesn't want to preroll.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 30 05:20:37 PDT 2014


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

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> 2014-03-30 12:46:48 UTC ---
>Blow is the debug message and I added lots of FIXME message:

Added? most of those look like messages that already exist and can be printed
with GST_DEBUG=gl*:5

>gstglcontext.c:599:_create_context_opengl: GL_VERSION: 2.1 Mesa 9.2.1
>0:00:00.039497568 48294      0x1378de0 FIXME              glcontext
>gstglcontext.c:601:_create_context_opengl: GL_SHADING_LANGUAGE_VERSION: 1.20
>0:00:00.039504555 48294      0x1378de0 FIXME              glcontext
>gstglcontext.c:602:_create_context_opengl: GL_VENDOR: VMware, Inc.
>0:00:00.039512736 48294      0x1378de0 FIXME              glcontext
>gstglcontext.c:603:_create_context_opengl: GL_RENDERER: Gallium 0.4 on SVGA3D;
>build: RELEASE; 

It seems like you're trying to run gst-plugins-gl in a virtual machine.

>gstglutils.c:353:gst_gl_context_set_error: Context, EXT_framebuffer_object
>supported: no
>0:00:00.042480709 48294      0x1378e30 WARN             glimagesink
>gstglimagesink.c:418:_ensure_gl_setup:<glimagesink0> error: Failed to init
>upload

That's telling you that your driver doesn't support framebuffer objects which
are required for upload (or there's a bug in the extension getting code).

What does running glxinfo | grep framebuffer in the VM produce?

-- 
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