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 624074 - gst-python: bindings for gst_pad_set_getrange_function missing
gst-python: bindings for gst_pad_set_getrange_function missing
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Mac OS
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-10 23:24 UTC by Leo Singer
Modified: 2012-12-17 11:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Leo Singer 2010-07-10 23:24:04 UTC
gst.Pad has bindings for gst_pad_set_chain_function, but not gst_pad_set_getrange_function.  As a result, it is not possible to create N-to-1 pad, pull mode, elements in Python.

I took a stab at adding getrange support to gst.Pad by copying and modifying the bindings for gst_pad_set_chain_function, but because the getrange callback take a GstBuffer** in which to return the newly created buffer, the bindings for GstBaseSrc->create are probably a better starting point.
Comment 1 Sebastian Dröge (slomo) 2012-12-17 11:39:09 UTC
Closing this bug now, gst-python is only an extension module to pygi now and this bug doesn't make much sense anymore in this context.