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 643981 - [cairooverlay] example uses gtk/gtk-x11 unnecessarily
[cairooverlay] example uses gtk/gtk-x11 unnecessarily
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-05 23:37 UTC by Jon Nordby
Modified: 2011-03-08 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (6.09 KB, patch)
2011-03-05 23:37 UTC, Jon Nordby
committed Details | Review

Description Jon Nordby 2011-03-05 23:37:36 UTC
Created attachment 182582 [details] [review]
Patch

In tests/examples/cairo/cairo_overlay.c, the usage of gtk/xoverlay and gtk-x11 is not necessary for correct functioning, and should therefore be removed. This also allows the example to run on any platform.
Don't know why I put it there in the first place...
Comment 1 Sebastian Dröge (slomo) 2011-03-07 09:49:03 UTC
commit 92808b101050aac4327040835bb9bc4b4fca075a
Author: Jon Nordby <jononor@gmail.com>
Date:   Sat Mar 5 23:22:58 2011 +0000

    cairooverlay: Remove unnecessary gtk/gtk-x11 use in example.
    
    This removes code, and allows the example to be used on any platform.
    
    Fixes bug #643981.