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

Attachment: pgpESEmlXOmdX.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to