[Bug 670303] [0.11] Can't access "rms", "peak" and "decay" keys from GstLevel bus message trough PyGI
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Feb 18 03:40:07 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=670303
GStreamer | gst-plugins-good | 0.11.x
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.11.2
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-02-18 11:40:05 UTC ---
Thanks, pushed with some minor changes:
- suppress GValueArray deprecation warnings for now
- combine g_value_take_boxed() and g_value_array_new()
- remove now superfluous g_value_unset (&v);
- updated docs
- update unit test for this change
commit dc3beab0abdcc5f1a1b645796b33c1147c2a2625
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Sat Feb 18 11:38:36 2012 +0000
tests: fix up level test for GstValueList -> GValueArray change
https://bugzilla.gnome.org/show_bug.cgi?id=670303
commit d44b3fd8ece1ba51dd676d563cd903718046be09
Author: Peteris Krisjanis <pecisk at gmail.com>
Date: Thu Feb 16 18:01:29 2012 +0200
level: use GValueArray instead of GstValueList in messages
Updated GstLevel element to use GValueArray instead of
GstValueList for rms/peak/decay keys attached to element
message.
https://bugzilla.gnome.org/show_bug.cgi?id=670303
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gstreamer-bugs
mailing list