After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734160 - Loosing volume state after second play
Loosing volume state after second play
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-02 03:27 UTC by Daniel Nicoletti
Modified: 2018-05-06 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Nicoletti 2014-08-02 03:27:39 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
Comment 1 Edward Hervey 2018-05-06 08:58:27 UTC
With playbin3 this is fixed (can handle audio/video sinks disapearing/reappearing fine).