[Bug 687154] New: Error in level plugin example code (or plugin)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 29 14:52:45 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=687154
  GStreamer | documentation | 1.x

           Summary: Error in level plugin example code (or plugin)
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: documentation
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: llaniscudani at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Error in the example code of plugin level (or bug in plugin).

in line 48 return as type GValue (but "rms" is GArray) GValue->GArray¿? maybe.
list = gst_structure_get_value (s, "rms");

the variable list is of type GValue and the function in line 48 of example.
this function request a object of type GValue and return the size of, but
returns a fail of object types

channels = gst_value_list_get_size (list);

I compile the example in ubuntu 12.10, gst libs v1.0

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