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 383805 - segfault with videobalance
segfault with videobalance
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.4
Other Linux
: Normal critical
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 383814 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-08 17:46 UTC by Jerome Alet
Modified: 2006-12-11 10:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (536 bytes, patch)
2006-12-08 17:48 UTC, Tim-Philipp Müller
committed Details | Review

Description Jerome Alet 2006-12-08 17:46:34 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
Comment 1 Tim-Philipp Müller 2006-12-08 17:48:51 UTC
Created attachment 77977 [details] [review]
patch
Comment 2 Tim-Philipp Müller 2006-12-08 18:39:29 UTC
*** Bug 383814 has been marked as a duplicate of this bug. ***
Comment 3 Tim-Philipp Müller 2006-12-11 10:00:39 UTC
 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/interfaces.defs:
         GstColorBalanceChannel is a GObject, not a GstObject.
         Fixes #383805.