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 704206 - filtervideooverlay example uses old 0.10 API
filtervideooverlay example uses old 0.10 API
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-14 18:42 UTC by Mathieu Duponchelle
Modified: 2013-07-15 06:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to fix the issue (2.67 KB, patch)
2013-07-14 18:42 UTC, Mathieu Duponchelle
committed Details | Review

Description Mathieu Duponchelle 2013-07-14 18:42:41 UTC
Created attachment 249133 [details] [review]
Proposed patch to fix the issue

The proposed patch emoves the glupload element which isn't needed anymore, and realizes the drawing area to make sure we have a valid gdk window in the create_window callback.
Comment 1 Sebastian Dröge (slomo) 2013-07-15 06:57:52 UTC
commit 02c523df95afe0b294689d1871e48a73ed219c44
Author: Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
Date:   Sun Jul 14 20:38:51 2013 +0200

    filtervideooverlay: remove glupload element and realize drawing area
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704206