mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
GStreamer multimedia framework
2e26a9e926
Summary: + [API] GESTrack::commited signal. + [API] ges_track_commit_sync We were emitting commited when timeline_commit was called, which wasn't very helpful. This commit makes it so we emit commited once all the compositions have actually been commited. We also add a synchronous commit method to spare the user the need to connect to the signal and wait, and update the documentation. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D83 |
||
---|---|---|
bindings | ||
common@d676993e50 | ||
data/completions | ||
docs | ||
ges | ||
m4 | ||
pkgconfig | ||
tests | ||
tools | ||
.arcconfig | ||
.gitignore | ||
.gitmodules | ||
Android.mk | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.LIB | ||
gst-editing-services.doap | ||
gst-editing-services.spec.in | ||
INSTALL | ||
Makefile.am | ||
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 * gnonlin