GNOME Bugzilla – Bug 383814
Segfault using the GstColorBalance interface
Last modified: 2006-12-08 18:39:29 UTC
GstColorBalanceChannel is not a GstObject derived object but it is wrapped as such in gst-python. The segfault can be reproduced with the following three lines: >>> import gst >>> pipeline = gst.parse_launch("videotestsrc ! videobalance name=Balance ! fakesink") >>> balance = pipeline.get_by_name("Balance") >>> balance.list_colorbalance_channels() __main__:1: Warning: invalid cast from `GstColorBalanceChannel' to `GstObject' Segmentation fault
Created attachment 77978 [details] [review] Fix
Same issue and same patch as bug #383805, which was reported 20 minutes earlier :-)
Marking as duplicate ... (sorry, I should probably have mentioned on IRC what the issue was, didn't expect anyone else to start looking into it right away :)). *** This bug has been marked as a duplicate of 383805 ***