mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 14:18:34 +00:00
GStreamer multimedia framework
8bbd06c7c6
It looks like the _set_rendering_details call is superfluous in _startup(), as it will get called in run_pipeline. The problem with calling it before timeline_set_user_options is that we are going to fail creating a smart profile if the user selected eg --track-types=video, as the get_smart_profile method compares the tracks in the asset with those on the timeline. Reproduce with a video-only clip: ges-launch-1.0 --track-types=video +clip file://$PWD/jelly.mp4 \ inpoint=15.0 -o foo.mp4 --smart-rendering Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/228> |
||
---|---|---|
bindings/python | ||
data/completions | ||
docs | ||
examples | ||
ges | ||
hooks | ||
plugins | ||
scripts | ||
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