[Bug 793882] New: Segfault when adding clip to group

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 27 14:58:26 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793882

            Bug ID: 793882
           Summary: Segfault when adding clip to group
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: alexandru.balut at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Run the script below, notice the segfault:

```
from gi.repository import Gst
Gst.init(None)

from gi.repository import GES
GES.init()

group = GES.Group()
clip = GES.TitleClip()
group.add(clip)
```

.. because the clip has not been added to a layer.

It should not segfault.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list