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 605960 - new examples require GTK 2.18
new examples require GTK 2.18
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-03 12:29 UTC by Philip Jägenstedt
Modified: 2010-01-04 09:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new examples require GTK 2.18 (1.08 KB, patch)
2010-01-03 12:30 UTC, Philip Jägenstedt
none Details | Review

Description Philip Jägenstedt 2010-01-03 12:29:58 UTC
e.g. the seek example is using gdk_window_ensure_native, which was
introduced in 2.18
Comment 1 Philip Jägenstedt 2010-01-03 12:30:05 UTC
Created attachment 150729 [details] [review]
new examples require GTK 2.18
Comment 2 Olivier Crête 2010-01-04 06:00:54 UTC
Actually, the gdk_window_ensure_native() calls should be surrounded by "#if GTK_VERSION_CHECK(2, 18, 0)".. Since they're only decorative. The rest should work with earlier versions.
Comment 3 Sebastian Dröge (slomo) 2010-01-04 09:08:17 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 601809 ***
Comment 4 Tim-Philipp Müller 2010-01-04 09:51:25 UTC
commit fe970cb8566b3b7e24d9e2786738f5273f089af4
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Mon Jan 4 09:49:25 2010 +0000

    examples: use Gtk+-2.18 API conditionally
    
    so the seek example and colorkey test work with older Gtk+ versions
    as well.
    
    Fixes #605960.