Running OpenGL pileline
Potoman
lepotoman at msn.com
Mon Feb 15 11:27:14 UTC 2016
Re !
I have update my gsteramer on my pc and an error appear when I launch basic
pipeline like :
--gst-launch-1.0 gltestsrc ! glimagesink
The error say :
gstelement.c:1880:gst_element_message_full:<sink> posted error message: An
opengl3 context creat
ed but the required ES2 compatibility was not found
So the source code is :
if (!gst_gl_display_create_context (gl_sink->display,
other_context, &gl_sink->context, &error)) {
if (other_context)
gst_object_unref (other_context);
GST_OBJECT_UNLOCK (gl_sink->display);
goto context_error;
}
This is always the same problem of contect creation but now I have the
reason !
Someone know how to resolve the compatibility es2 issues ?
Thanks a lot !
Here the trace :
0:00:00.288153653 9260 009A9080 WARN gldisplay
gstgldisplay.c:217:gst_gl_display_new: Could not create display. user
specified (NULL) (platform
: (NULL)), creating dummy
0:00:00.293350672 9260 009A9080 INFO GST_CONTEXT
gstglutils.c:653:gst_gl_display_context_propagate:<sink> posting have
context (031F9458) message
with display (009AAB38)
0:00:00.298557953 9260 009A9080 INFO GST_CONTEXT
gstglutils.c:528:pad_query:<sink:sink> pad peer query failed
0:00:00.301347989 9260 009A9080 INFO GST_CONTEXT
gstglutils.c:590:_gst_context_query:<sink> posting need context message
0:00:00.304075540 9260 009A9080 INFO glcontext
gstglcontext.c:313:gst_gl_context_new: creating a context for display
<gldisplay0>, user choice:
(null)
0:00:00.309060658 9260 009A9080 INFO glwindow
gstglwindow.c:274:gst_gl_window_new: creating a window, user choice:(null)
0:00:00.320598419 9260 03252168 INFO glcontext
gstglcontext.c:1137:gst_gl_context_create_thread:<glcontextwgl0> Attempting
to create opengl con
text. user chosen api(s) (any), compiled api support (opengl opengl3)
display api (opengl opengl3 gles2)
0:00:00.420849229 9260 03252168 INFO glcontext
gstglcontext.c:1148:gst_gl_context_create_thread:<glcontextwgl0> created
context
0:00:00.425302178 9260 03252168 INFO glcontext
gstglcontext.c:1164:gst_gl_context_create_thread:<glcontextwgl0> available
GL APIs: opengl3
0:00:00.431183198 9260 03252168 INFO glcontext
gstglcontext.c:976:_create_context_info:<glcontextwgl0> GL_VERSION: 3.3.0 -
Build 8.15.10.2752
0:00:00.434665082 9260 03252168 INFO glcontext
gstglcontext.c:979:_create_context_info:<glcontextwgl0>
GL_SHADING_LANGUAGE_VERSION: 3.30 - Inte
l Build 8.15.10.2752
0:00:00.439952053 9260 03252168 INFO glcontext
gstglcontext.c:981:_create_context_info:<glcontextwgl0> GL_VENDOR: Intel
0:00:00.442711602 9260 03252168 INFO glcontext
gstglcontext.c:983:_create_context_info:<glcontextwgl0> GL_RENDERER:
Intel(R) HD Graphics 4000
0:00:00.536415805 9260 009A9080 INFO glcontext
gstglcontext.c:942:gst_gl_context_create:<glcontextwgl0> gl thread created
0:00:00.540122570 9260 009A9080 WARN glimagesink
gstglimagesink.c:831:_ensure_gl_setup:<sink> error: An opengl3 context
created but the required
ES2 compatibility was not found
0:00:00.545175907 9260 009A9080 INFO GST_ERROR_SYSTEM
gstelement.c:1857:gst_element_message_full:<sink> posting message: An
opengl3 context created bu
t the required ES2 compatibility was not found
0:00:00.551708025 9260 009A9080 INFO GST_ERROR_SYSTEM
gstelement.c:1880:gst_element_message_full:<sink> posted error message: An
opengl3 context creat
ed but the required ES2 compatibility was not found
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Running-OpenGL-pileline-tp4675820p4675855.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list