# HG changeset patch # User brad@comstyle.com # Date 1324517278 0 # Node ID 152661e41e7f688467937b9814b44abe2fd8a0c8 # Parent 3ea785e1cc22778f71dfdc150eaf8cd3eba4e9d6 Add support for selecting the sndio backends in the VV config plugin. Fixes #14414. committer: Elliott Sales de Andrade diff -r 3ea785e1cc22 -r 152661e41e7f ChangeLog --- 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. diff -r 3ea785e1cc22 -r 152661e41e7f pidgin/plugins/vvconfig.c --- 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 };