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 793882 - Segfault when adding clip to group
Segfault when adding clip to group
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-27 14:58 UTC by Alex Băluț
Modified: 2018-11-03 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Băluț 2018-02-27 14:58:26 UTC
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.
Comment 1 GStreamer system administrator 2018-11-03 12:54:02 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/35.