After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600630 - gldownload not working anymore
gldownload not working anymore
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-04 01:13 UTC by Luc
Modified: 2010-02-09 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luc 2009-11-04 01:13:25 UTC
after:
gst-launch filesrc location=pic.jpg  ! decodebin ! glupload ! glfiltersobel ! gldownload ! jpegenc ! filesink location=out.jpg

output file is empty.


after:
gst-launch filesrc location=video.ogv ! decodebin ! glupload ! glfiltersobel ! gldownload  ! xvimagesink

commands return immediately

(was working on 18 oct 2009)
Comment 2 Julien Isorce 2009-11-04 17:05:07 UTC
I can reproduce it with gst-launch videotestsrc !  glupload ! gldownload ! fakesink on linux. I thought that I have tested gldownload again.
I have to see if I have the same behaviour on win32 first.
Comment 3 Julien Isorce 2009-11-04 22:48:47 UTC
The problem exactly happens 2 commits later:
http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/commit/?id=f19251cf4f450a827b0779b699be6e135a737e08

It should be fixed now:

commit 893ae78ae38e87009037a7c87c7a558b4694653a
Author: Julien Isorce <julien.isorce@gmail.com>
Date:   Wed Nov 4 23:12:42 2009 +0100

    gldownload: do not forgot to create the gl context

    fix #600630