GNOME Bugzilla – Bug 383805
segfault with videobalance
Last modified: 2006-12-11 10:00:39 UTC
>>> import gst >>> pipeline = gst.parse_launch("videotestsrc ! videobalance name=Balance ! fakesink") >>> pipeline.set_state(gst.STATE_READY) >>> balance = pipeline.get_by_name("Balance") >>> balance.list_colorbalance_channels() __main__:1: Warning: invalid cast from `GstColorBalanceChannel' to `GstObject' Segmentation fault
Created attachment 77977 [details] [review] patch
*** Bug 383814 has been marked as a duplicate of this bug. ***
2006-12-11 Tim-Philipp Müller <tim at centricular dot net> * gst/interfaces.defs: GstColorBalanceChannel is a GObject, not a GstObject. Fixes #383805.