[Bug 670303] New: [0.11] Can't access "rms", "peak" and "decay" keys from GstLevel bus message trough PyGI

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 17 08:45:37 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=670303
  GStreamer | gst-plugins-good | 0.11.x

           Summary: [0.11] Can't access "rms", "peak" and "decay" keys
                    from GstLevel bus message trough PyGI
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: pecisk at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I can't access rms/peak/decay keys from bus GstLevel element message, because
they are exposed using GstValueList, which isn't supported by Gstreamer GI.
When I try to access them Python returns TypeInfo error about that it can't
access GstValueList because it doesn't know that.

Solutions would either expose GstValueList to GI, or return variables in
another type of array/list, for example, GValueArray.

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