# HG changeset patch # User Brad Smith # Date 1324517278 0 # Node ID 333351a5424c9f518b3c2e09f4d74c2b3086283d # Parent f3069c38804b01baba8ada26adbcea9c208893a6 Add support for selecting the sndio backends in the VV config plugin. Fixes #14414. committer: Elliott Sales de Andrade diff -r f3069c38804b -r 333351a5424c ChangeLog --- a/ChangeLog Mon Aug 13 21:02:27 2012 -0400 +++ b/ChangeLog Thu Dec 22 01:27:58 2011 +0000 @@ -106,6 +106,10 @@ * 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 -r f3069c38804b -r 333351a5424c pidgin/plugins/vvconfig.c --- a/pidgin/plugins/vvconfig.c Mon Aug 13 21:02:27 2012 -0400 +++ 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 };