GNOME Bugzilla – Bug 610337
pulsesink: gst_pulsesink_get_mute: set result earlier.
Last modified: 2010-02-22 19:50:05 UTC
If no buffer hasn't yet been process by the sink get_mte() will always return FALSE, whatever the psink->mute value is.
Created attachment 154108 [details] [review] proposed patch
Setting to blocker as requested by slomo
Comment on attachment 154108 [details] [review] proposed patch Yes, we should definitely get this into this release.
commit 3ab666762fa6da97f66c8398d2ac6ec697da5708 Author: Philippe Normand <phil@base-art.net> Date: Thu Feb 18 09:05:50 2010 +0100 pulsesink: gst_pulsesink_get_mute: set result earlier. In the cases where no buffer was process yet or the index is not available, get_pulsesink_get_mute() would unconditionally return FALSE. https://bugzilla.gnome.org/show_bug.cgi?id=610337