pidgin/plugins/vvconfig.c

branch
release-2.x.y
changeset 35980
b44c08754471
parent 33281
ba9ee604d50a
child 36256
a437550a9308
--- a/pidgin/plugins/vvconfig.c	Tue May 06 13:26:40 2014 +0200
+++ b/pidgin/plugins/vvconfig.c	Tue May 06 13:41:54 2014 +0200
@@ -131,7 +131,10 @@
 			const gchar *name;
 			const gchar *device_name;
 
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+			/* GValueArray is in gstreamer-0.10 API */
 			device = g_value_array_get_nth(array, n);
+G_GNUC_END_IGNORE_DEPRECATIONS
 			g_object_set_property(G_OBJECT(element), "device", device);
 			if (gst_element_set_state(element, GST_STATE_READY)
 					!= GST_STATE_CHANGE_SUCCESS) {

mercurial