"GStreamer" (bugzilla.gnome.org)
2014-06-09 09:20:24 UTC
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| |***@gnome.org
Ever Confirmed|0 |1
--- Comment #3 from Thibault Saunier <***@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?
GStreamer | gst-python | 1.0.5
Thibault Saunier <tsaunier> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |***@gnome.org
Ever Confirmed|0 |1
--- Comment #3 from Thibault Saunier <***@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.
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.