<div dir="ltr">Hi,<br>
<br>
If you look at the doc in the doc directory, OpenGL 1.4 is the minimum
required because the plugin cannot work withtout FBO (frame buffer
object), and FBO are avaible only with OpenGL &gt;= 1.4.<br>
And you have OpenGL 1.3.<br>
<br>
Try to update MESA if possible.<br>
<br>
I think it would be possible to have the glimagesink able to run
withtout checiking FBO, later. But if FBO is not available, this
element will be the only one available. <br>
<br>
You have to forget about running glupload, gldownload and glfilters withtout having FBO available.<br>
<br>
<br>
About the crash, I have not implemented the plugin yet to correctly
shutdown when some of the requirements are not avaiblable (no FBO) or
imcompatible (ex: FBO yes, no GLSL, no IMAGING, MESA yes, input video
format I420)<br>
-&gt; I am adding this in my TODO list<br>
<br>
&quot;gst-launch-0.10 videotestsrc ! glimagesink&quot; should correctly shutdown in your case (no FBO) withtout crashing.<br>
<br>
J.<br><br><div class="gmail_quote">2008/7/18 Jaap A. Haitsma &lt;<a href="mailto:jaap@haitsma.org">jaap@haitsma.org</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Jul 17, 2008 at 12:26 AM, David Schleef &lt;<a href="mailto:ds@schleef.org">ds@schleef.org</a>&gt; wrote:<br>
&gt; On Wed, Jul 16, 2008 at 03:16:04PM -0700, Steve Fink wrote:<br>
&gt;&gt; On Tue, Jul 15, 2008 at 7:39 PM, David Schleef &lt;<a href="mailto:ds@schleef.org">ds@schleef.org</a>&gt; wrote:<br>
&gt;&gt; &gt; Code at:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &nbsp;git://<a href="http://diracvideo.org/git/gst-plugins-gl.git" target="_blank">diracvideo.org/git/gst-plugins-gl.git</a><br>
&gt;&gt;<br>
&gt;&gt; For people doing a git clone and trying to build it (like me) -- it&#39;ll<br>
&gt;&gt; try to check something out of CVS, which won&#39;t work. Patch over it for<br>
&gt;&gt; now by making a symlink named &#39;common&#39; to the &#39;common&#39; subdir of your<br>
&gt;&gt; main gstreamer source area. Example:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; ln -s ../gstreamer/common common<br>
&gt;&gt;<br>
&gt;&gt; (too bad I immediately ran into a versioning problem, so I still<br>
&gt;&gt; haven&#39;t managed to build anything...)<br>
&gt;<br>
&gt; I just fixed this. &nbsp;It specifies the full path to anon cvs now.<br>
&gt;<br>
</div>Hi,<br>
<br>
I checked out the code but if I run the following pipeline<br>
<br>
gst-launch-0.10 videotestsrc ! glupload ! gldownload ! ximagesink<br>
<br>
It crashes with the following output<br>
<br>
Context 1 created<br>
GL_VERSION: 1.3 Mesa 7.0.3-rc2<br>
GLEW_VERSION: 1.5.0<br>
GL_VENDOR: Tungsten Graphics, Inc<br>
GL_RENDERER: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2<br>
gl mainLoop started<br>
Context 1, EXT_framebuffer_object supported: no<br>
Context 1, ARB_fragment_shader supported: no<br>
Context 1, GLEW_ARB_imaging supported: no<br>
Context 1, GLEW_MESA_ycbcr_texture supported: yes<br>
Caught SIGSEGV accessing address (nil)<br>
Killed<br>
<br>
Do the gl plugins still not work for Intel cards?<br>
<br>
Thanks<br>
<font color="#888888"><br>
Jaap<br>
</font><div><div></div><div class="Wj3C7c"><br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>