/pidgin/main: 333351a5424c: Add support for selecting the sndio ...

Brad Smith brad at comstyle.com
Fri Aug 17 00:31:09 EDT 2012


Changeset: 333351a5424c9f518b3c2e09f4d74c2b3086283d
Author:	 Brad Smith <brad at comstyle.com>
Date:	 2011-12-22 01:27 +0000
Branch:	 release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/333351a5424c

Description:

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

Fixes #14414.


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

diffstat:

 ChangeLog                 |  4 ++++
 pidgin/plugins/vvconfig.c |  2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (33 lines):

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -106,6 +106,10 @@ version 2.10.2 (03/14/2012):
 	* The autoaccept plugin will no longer reset the preference for unknown
 	  buddies to "Auto Reject" in certain cases. (#14964)
 
+	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.
diff --git a/pidgin/plugins/vvconfig.c b/pidgin/plugins/vvconfig.c
--- a/pidgin/plugins/vvconfig.c
+++ b/pidgin/plugins/vvconfig.c
@@ -39,6 +39,7 @@ static const gchar *AUDIO_SRC_PLUGINS[] 
 	/* "esdmon",	"ESD", ? */
 	"osssrc",	"OSS",
 	"pulsesrc",	"PulseAudio",
+	"libsndiosrc",	"sndio",
 	/* "audiotestsrc wave=silence", "Silence", */
 	"audiotestsrc",	"Test Sound",
 	NULL
@@ -50,6 +51,7 @@ static const gchar *AUDIO_SINK_PLUGINS[]
 	"esdsink",	"ESD",
 	"osssink",	"OSS",
 	"pulsesink",	"PulseAudio",
+	"libsndiosink",	"sndio",
 	NULL
 };
 



More information about the Commits mailing list