How can i disable or reject sound processing

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How can i disable or reject sound processing

valerik931
In android I use gstreamer for playing video stream and a2dp service for sound?
How I can reject gstreamer working with sound, or are plugins in pipeline determining which parts of stream will be processing?
Reply | Threaded
Open this post in threaded view
|

Re: How can i disable or reject sound processing

Vivia Nikolaidou
Hi,

I'm not sure I understood exactly what you mean. Would you mind
explaining it in some more detail?

On 14 August 2017 at 18:26, valerik931 <[hidden email]> wrote:

> In android I use gstreamer for playing video stream and a2dp service for
> sound?
> How I can reject gstreamer working with sound, or are plugins in pipeline
> determining which parts of stream will be processing?
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-can-i-disable-or-reject-sound-processing-tp4684202.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How can i disable or reject sound processing

valerik931
In android application I use Gstreamer for video stream. With this pipeline:
appsrc ! h264parse ! decodebin ! autovideosink
And for getting sound from another device I use A2DP, device with Gstreamer acts as Bluetooth speaker. Can this two parts interrupt one to one?