GNOME Bugzilla – Bug 734160
Loosing volume state after second play
Last modified: 2018-05-06 08:58:27 UTC
Hi, In my application I have two playbin elements, one for displaying videos and/or music and the other just videos (as a backup for when the first doesn't have video output). Since I don't want audio in the second playbin I set the volume (or mute it) to 0, when the app starts and the first media is played its all fine, but once I change the file and state is READY again the volume/mute state is lost. I have PA running and this behavior is also present in gst-0.10. Using soft-volume works, and also flags &= ~GST_PLAY_FLAG_AUDIO; thanks
With playbin3 this is fixed (can handle audio/video sinks disapearing/reappearing fine).