[gstreamer-bugs] [Bug 600027] [playbin2, playsink] Should notify about volume/mute changes
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Oct 29 06:38:08 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=600027
GStreamer | gst-plugins-base | git
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.10.26
--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2009-10-29 13:38:03 UTC ---
That other bug was about tag changes :) And yes, you complained back then about
going back to ugly 0.8 habits. But still, in any case, if a GObject property
changes you should call g_object_notify(). That's what the commits below are
doing.
Additionally a message would be nice though, right... but I don't need that
(yet) ;)
commit d85dadc122d40608ee304516702b479fb79c8ed7
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu Oct 29 14:30:31 2009 +0100
playsink: Proxy notify::volume and notify::mute from the volume/mute
elements (or sinks)
Fixes bug #600027.
commit de1db5ccbdc10a835a2dfdd5984892f3b0c9bcf4
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu Oct 29 14:19:09 2009 +0100
playbin2: Proxy notify::volume and notify::mute from the playsink to
playbin2
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list