[Bug 695089] Cannot override certain functions in GstBase

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 9 02:20:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=695089
  GStreamer | gst-python | 1.0.5

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |tsaunier at gnome.org
     Ever Confirmed|0                           |1

--- Comment #3 from Thibault Saunier <tsaunier at gnome.org> 2014-06-09 09:20:15 UTC ---
The bug is that both classes GstBaseSink and GstElement have a virtual method
with the exact same name (->query). The introspection can't really know which
one we want to override when we set the do_query vmethod.

We might do some trick in the override so that we have do_base_sink_query and
do_query or something like that?

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