mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
GStreamer multimedia framework
46e6a074bb
When the asset of a uri clip is reset, its core children are removed and replaced by the new core children. When replacing, the `set_asset` method attempts to copy children properties from the previous children to the new children. However, the children were matched by track-type only. This would not function as intended when a URI contains multiple audio or video streams. Instead, we now match children by the tracks themselves. This should work better, provided the user's select-tracks-for-object is well behaved. Also, fix a memory problem in `set_mute` for when a child is not in a track. |
||
---|---|---|
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