mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
GStreamer multimedia framework
1332ed674a
If a clip is already part of a layer, then adding it to another layer should fail. Previously, in this case, `ges_layer_add_clip` was adding a reference to the clip instead, without subsequently giving up ownership. This meant that the clip would be left with an unowned reference. This has now been corrected by also calling `unref` after the `ref_sink`. Note that, since `clip` is already part of `current_layer`, it should already be non-floating, so the `ref_sink`-`unref` should do nothing overall. But we keep both to make the ownership (transfer floating/none) explicit. |
||
---|---|---|
bindings/python | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
hooks | ||
pkgconfig | ||
plugins | ||
tests | ||
tools | ||
.arcconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
ChangeLog | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README | ||
RELEASE |
GStreamer Editing Services -------------------------- This is a high-level library for facilitating the creation of audio/video non-linear editors. License: -------- This package and its contents are licensend under the GNU Lesser General Public License (LGPL). Dependencies: ------------- * GStreamer core * gst-plugins-base