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 579267 - [rtspconnection] g_async_queue_new_full() is GLib-2.16 API, but we require only GLib-2.14
[rtspconnection] g_async_queue_new_full() is GLib-2.16 API, but we require on...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-17 09:27 UTC by Tim-Philipp Müller
Modified: 2009-04-17 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial fix (949 bytes, patch)
2009-04-17 09:36 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2009-04-17 09:27:39 UTC
As the summary says. We can only use GLib-2.14 API for now.
Comment 1 Tim-Philipp Müller 2009-04-17 09:36:04 UTC
Created attachment 132812 [details] [review]
trivial fix
Comment 2 Jan Schmidt 2009-04-17 09:38:03 UTC
Oh great, that's exactly the patch I was going to cook up later today.
Comment 3 Tim-Philipp Müller 2009-04-17 09:40:20 UTC
commit 418760cf740332c12c3fd9cf3244af134fa9534b
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Apr 17 10:34:54 2009 +0100

    rtspconnection: don't use GLib-2.16 API, we require only 2.14
    
    Fixes #579267.