pidgin: cc4485dc: Add support for selecting the sndio back...
qulogic at pidgin.im
qulogic at pidgin.im
Thu Dec 22 04:41:54 EST 2011
----------------------------------------------------------------------
Revision: cc4485dc0ca0e789f483d214027cbf40df471887
Parent: d1d77da56217f3a083e1d459bef054db9f1d5699
Author: brad at comstyle.com
Date: 12/21/11 20:27:58
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/cc4485dc0ca0e789f483d214027cbf40df471887
Changelog:
Add support for selecting the sndio backends in the VV config plugin.
Fixes #14414.
Changes against parent d1d77da56217f3a083e1d459bef054db9f1d5699
patched ChangeLog
patched pidgin/plugins/vvconfig.c
-------------- next part --------------
============================================================
--- ChangeLog b5861617d2f1ed8abc36c32f0c798793b2485308
+++ ChangeLog b20412c77e8ea45a5f53560e7b70916369b64b81
@@ -41,6 +41,10 @@ version 3.0.0 (??/??/????):
(#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.
============================================================
--- pidgin/plugins/vvconfig.c c999755a277af791f4d9723c84794eb16b52be57
+++ pidgin/plugins/vvconfig.c 6fff312787e23744082a99068004bc2038b41a5a
@@ -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