changeset 32395:152661e41e7f

Add support for selecting the sndio backends in the VV config plugin. Fixes #14414. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author brad@comstyle.com
date Thu, 22 Dec 2011 01:27:58 +0000
parents 3ea785e1cc22
children 420aef349806
files ChangeLog pidgin/plugins/vvconfig.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 22 01:13:20 2011 +0000
+++ b/ChangeLog	Thu Dec 22 01:27:58 2011 +0000
@@ -41,6 +41,10 @@
 	  (#14529)
 	* Support file transfers up to ~9 EiB.
 
+	Plugins:
+	* The Voice/Video Settings plugin supports using the sndio GStreamer
+	 backends. (Brad Smith) (#14414)
+
 version 2.10.1 (12/06/2011):
 	Finch:
 	* Fix compilation on OpenBSD.
--- a/pidgin/plugins/vvconfig.c	Thu Dec 22 01:13:20 2011 +0000
+++ b/pidgin/plugins/vvconfig.c	Thu Dec 22 01:27:58 2011 +0000
@@ -39,6 +39,7 @@
 	/* "esdmon",	"ESD", ? */
 	"osssrc",	"OSS",
 	"pulsesrc",	"PulseAudio",
+	"libsndiosrc",	"sndio",
 	/* "audiotestsrc wave=silence", "Silence", */
 	"audiotestsrc",	"Test Sound",
 	NULL
@@ -50,6 +51,7 @@
 	"esdsink",	"ESD",
 	"osssink",	"OSS",
 	"pulsesink",	"PulseAudio",
+	"libsndiosink",	"sndio",
 	NULL
 };