After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 490195 - [gst.URIHandler] interfaces with class-global virtual methods
[gst.URIHandler] interfaces with class-global virtual methods
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 339279
Blocks:
 
 
Reported: 2007-10-25 16:21 UTC by Jan Schmidt
Modified: 2007-10-25 16:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Schmidt 2007-10-25 16:21:07 UTC
+++ This bug was initially created as a clone of Bug #339279 +++

I get this warning when trying to subclass gst.URIHandler:
RuntimeWarning: Interface type gst.URIHandler has no python implementation support
Comment 1 Jan Schmidt 2007-10-25 16:22:30 UTC
Fixed by:

2007-10-25  Jan Schmidt  <Jan.Schmidt@sun.com>

        * gst/gst.defs:
        * gst/gst.override:
        Patch from Alessandro Decina adding get_type_full and
        get_protocols_full private vfuncs to the URIHandler interface
        to allow bindings to support creating URI handlers.
        Partially fixes: #339279