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 428299 - Allow python elements to implement pad queries
Allow python elements to implement pad queries
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: Jan Schmidt
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-10 17:05 UTC by Jan Schmidt
Modified: 2007-04-10 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add pad query callback (6.33 KB, patch)
2007-04-10 17:06 UTC, Jan Schmidt
none Details | Review

Description Jan Schmidt 2007-04-10 17:05:47 UTC
Patch follows
Comment 1 Jan Schmidt 2007-04-10 17:06:59 UTC
Created attachment 86122 [details] [review]
Add pad query callback
Comment 2 Jan Schmidt 2007-04-10 18:02:14 UTC
committed:
        * examples/pyidentity.py:
        * gst/common.h:
        * gst/gstpad.override:
        Implement pad query proxying so that python elements can
        answer pad queries. Fixes: #428299