[Spice-devel] aSPICE/Opaque can now record audio

Christophe Fergeau cfergeau at redhat.com
Thu Mar 13 02:18:56 PDT 2014


On Thu, Mar 13, 2014 at 12:41:46AM -0400, i iordanov wrote:
> Hey guys,
> 
> Following a suggestion by a developer, in order to enable audio
> recording on Android, I changed spice-gstaudio.c from:
> 
>     gchar *pipeline =
>             g_strdup_printf("autoaudiosrc name=audiosrc ! queue !
> audioconvert ! audioresample ! "
>                             "appsink caps=\"%s\" name=appsink", audio_caps);
> 
> to:
> 
>     gchar *pipeline =
>             g_strdup_printf("openslessrc name=audiosrc ! queue !
> audioconvert ! audioresample ! "
>                             "appsink caps=\"%s\" name=appsink", audio_caps);
> 
> 
> Does this look like an issue with Gstreamer where it cannot determine
> the source for audio recording automatically on Android?

The point of autoaudiosrc is to guess for you the best recording source to
use, so I'd say this is a bug with gstreamer or with openslessrc. Is this
something shipped with gstreamer, or is it an out of tree gstreamer plugin?

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20140313/cdccb6a0/attachment.pgp>


More information about the Spice-devel mailing list