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/g61DqUjbWhat am I missing here?
Thanks in advance!