mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
GStreamer multimedia framework
7b5f655c9a
In general, brought the behaviour of the `start`, `duration` and `inpoint` setters in line with each other. In particular: 1. fixed return value the GESSourceClip `duration` setter 2. changed the GESClip `start` setter 3. fixed the inpoint callback for GESContainer 4. changed the type of `res` in GESTimelineElement to be gint to emphasise that the GES library is using the hack that a return of -1 from klass->set_duration means no notify signal should be sent out. Also added a new test for clips to ensure that the setters work for clips within and outside of timelines, and that the `start`, `inpoint` and `duration` of a clip will match its children. |
||
---|---|---|
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