[gstreamer-bugs] [Bug 383814] New: Segfault using the GstColorBalance interface

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Dec 8 10:08:18 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=383814

  GStreamer | gst-python | Ver: HEAD CVS

           Summary: Segfault using the GstColorBalance interface
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro at nnva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


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


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list