[gstreamer-bugs] [Bug 316571] New: GstPropertyProbe's _name variants don't work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Sep 17 08:29:12 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=316571
 GStreamer | don't know | Ver: 0.8.10

           Summary: GstPropertyProbe's _name variants don't work
           Product: GStreamer
           Version: 0.8.10
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: kaffeetisch at gmx.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


All the _name variants of methods in GstPropertyProbe don't work because they
use G_OBJECT_CLASS on an object.  They should use G_OBJECT_GET_CLASS.  Patch
attached.

(On a sidenote, the GstPropertyProbe API is not really language binding friendly
since many of the methods have names that map to rather generic names in a
namespaced language.  For example:

  gst_property_probe_get_property => $element->get_property,
  gst_property_probe_get_values => $element->get_values.

I worked around this by inserting "_probe_" in some strategical places.)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list