GNOME Bugzilla – Bug 579267
[rtspconnection] g_async_queue_new_full() is GLib-2.16 API, but we require only GLib-2.14
Last modified: 2009-04-17 09:40:20 UTC
As the summary says. We can only use GLib-2.14 API for now.
Created attachment 132812 [details] [review] trivial fix
Oh great, that's exactly the patch I was going to cook up later today.
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.