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 639215 - examples: Allow building with newer GTK+
examples: Allow building with newer GTK+
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-11 14:43 UTC by Bastien Nocera
Modified: 2011-01-11 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples: Allow building with newer GTK+ (5.29 KB, patch)
2011-01-11 14:43 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2011-01-11 14:43:13 UTC
GtkFunction is gone, and there's no update policies for
GtkRanges any more.
Comment 1 Bastien Nocera 2011-01-11 14:43:15 UTC
Created attachment 178037 [details] [review]
examples: Allow building with newer GTK+
Comment 2 Tim-Philipp Müller 2011-01-11 15:15:36 UTC
Pushed, thanks for the patch!

 commit 74375d258e0e626e6e3f37cbd20220454267f07a
 Author: Bastien Nocera <hadess@hadess.net>
 Date:   Tue Jan 11 14:41:53 2011 +0000

    examples: allow building with newer GTK+
    
    GtkFunction is gone, and there's no update policies for
    GtkRanges any more (but the default was continuous anyway,
    so no need to set it to that mode explicitly).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639215