opengl issue

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

opengl issue

hrbaty
Hello.

I'm facing a small problem, when creating a simple pipeline, using opengl plugin:

gst-launch-0.10 -v v4l2src ! videoscale ! glupload ! "video/x-raw-gl, width=640, height=480" ! glimagesink - this pipeline works fine, but when I combine it with i.e. glfiltersobel:

gst-launch-0.10 -v v4l2src ! videoscale ! glupload ! "video/x-raw-gl, width=640, height=480" ! glfiltersobel ! glimagesink

it dumps.
http://pastebin.com/g61DqUjb

What am I missing here?

Thanks in advance!
Reply | Threaded
Open this post in threaded view
|

Re: opengl issue

Julien Isorce
Hi,

I think your graphic card or your driver is not supporting shaders.
Try setting GST_DEBUG=gldisplay:3 before gst-launch-0.10   to see the reasong.

You are free to add your example to this existing bug: https://bugzilla.gnome.org/show_bug.cgi?id=572767

Cheers
Julien

2011/7/14 hrbaty <[hidden email]>
Hello.

I'm facing a small problem, when creating a simple pipeline, using opengl
plugin:

gst-launch-0.10 -v v4l2src ! videoscale ! glupload ! "video/x-raw-gl,
width=640, height=480" ! glimagesink - this pipeline works fine, but when I
combine it with i.e. glfiltersobel:

gst-launch-0.10 -v v4l2src ! videoscale ! glupload ! "video/x-raw-gl,
width=640, height=480" ! glfiltersobel ! glimagesink

it dumps.
http://pastebin.com/g61DqUjb

What am I missing here?

Thanks in advance!

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/opengl-issue-tp3667247p3667247.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel