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 625003 - [examples] Don't use GdkDraw
[examples] Don't use GdkDraw
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal minor
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 627752 (view as bug list)
Depends on:
Blocks: 624255
 
 
Reported: 2010-07-22 07:00 UTC by Sebastian Dröge (slomo)
Modified: 2010-08-23 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-07-22 07:00:53 UTC
+++ This bug was initially created as a clone of Bug #624255 +++

We're using some to-be-deprecated GTK/GDK API in our examples (gdkdraw) and
should switch to cairo for them.
Comment 1 Sebastian Dröge (slomo) 2010-07-22 07:01:05 UTC
icles/metadata_editor.c:  gdk_draw_pixbuf (GDK_DRAWABLE (gtk_widget_get_window (widget)),
Comment 2 Sebastian Dröge (slomo) 2010-07-22 07:22:44 UTC
commit 6089bfd36a798763960b284acfdda22ccd32dc50
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Jul 22 09:21:33 2010 +0200

    examples: Use cairo instead of gdk_draw_* API
    
    Fixes bug #625003.
Comment 3 Sebastian Dröge (slomo) 2010-08-23 19:12:53 UTC
*** Bug 627752 has been marked as a duplicate of this bug. ***