[gstreamer-bugs] [Bug 321452] New: GstPad's "template" property is b0rked

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 14 09:34:23 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321452
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: GstPad's "template" property is b0rked
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dan at f3c.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


trying to get (read) any GstPad's "template" property will fail;
gst_pad_get_property tries to return GST_PAD_TEMPLATE(object), which tries to
cast the pad in question to a pad template; the correct way to obtain a pad's
template seems to be GST_PAD_PAD_TEMPLATE(pad).
Patch will follow.

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