GNOME Bugzilla – Bug 688720
gst-python: implement an override for GstBitmask for channel-mask from audio caps
Last modified: 2017-08-01 19:26:10 UTC
pad.get_current_caps().get_structure(0).get_value('channel-mask') When used on a 'deinterleave' element src pad, with 'keep-positions' set to true, this code gives an error: TypeError: unknown type GstBitmask
Confirmed, gst-python should implement an override for GstBitmask
This looks like it should take care of this: Commit: cb0dd804f7e933fb0bc3e7ce5067e83c0b00cf95 URL: http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=cb0dd804f7e933fb0bc3e7ce5067e83c0b00cf95 Author: Thibault Saunier <thibault.saunier@osg.samsung.com> Date: Tue Jul 25 16:17:54 2017 -0400 Add support for Gst.Bitmask If not, please re-open, thanks!