Add support for selecting the sndio backends in the VV config plugin.

Thu, 22 Dec 2011 01:27:58 +0000

author
Brad Smith <brad@comstyle.com>
date
Thu, 22 Dec 2011 01:27:58 +0000
changeset 32748
8ccddc6bfc19
parent 32747
92fdfe84de21
child 32749
a152b1950ea6

Add support for selecting the sndio backends in the VV config plugin.

Fixes #14414.


committer: Elliott Sales de Andrade <qulogic@pidgin.im>

ChangeLog file | annotate | diff | comparison | revisions
pidgin/plugins/vvconfig.c file | annotate | diff | comparison | revisions
--- 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
 };
 

mercurial