[gstreamer-bugs] [Bug 614288] Setting playbin volume has no effect the second time around

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 8 15:04:21 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614288
  GStreamer | gst-plugins-base | 0.10.28

--- Comment #3 from Thomas Green <thomasgr33n at googlemail.com> 2010-04-08 22:04:17 UTC ---
A git bisect points at the following commit:

http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e9d1819fe390e6c6d2d664387922e28003da470e

It looks like unref'ing the volume element in remove_sinks is the cause of the
behaviour I am seeing. This is because subsequent calls to gen_audio_element
(e.g. for the next media file) don't re-create the volume element.
gen_audio_element checks the cache for a "abin" (and returns it) and never gets
as far as creating the volume element again.

-- 
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