Changing Gstreamer volume on playbin pipeline - misbehaviour for pulse card

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Changing Gstreamer volume on playbin pipeline - misbehaviour for pulse card

Sujith reddy
Dear All,

I have created a pipeline with playbin and used pulse sink as audio sink
element.
g_object_set (GST_OBJECT (data1->pipeline), "audio-sink", data1->pulse_sink
, NULL);

Cards available are alsa card and bt card.

Now when the audio is playing in bt card, I am trying to change the
Gstreamer volume using command:
g_object_set(data_prim.pipeline,"volume", value, NULL);
here value is between 1 to 10.

Expected result:
- music volume should change.
- bt card volume should NOT change.


Actual result:
- music volume is changing.
- bt card volume is also changing. This is the issue.

Could you please help me to fix this?

Thanks
Sujith.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel