GStreamer multimedia framework
Find a file
Thibault Saunier 6f7d4ac525 ges: Fix smart rendering
Smart rendering has been broken since, mostly forever, but some code
was there pretending it was supported... let's try to stop pretending.

We now keep track of the smart rendering state in the timeline, track
and sources to be able to:

 * tell decodebin to stop plugging more (decoding elements) as soon as
   downstream supports the format.

 * avoid plugging converters after the source element when smart
   rendering.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/198>
2020-07-30 18:44:13 -04:00
bindings/python ges: Rework the way we ensure core elements are not wrongly moved between clips 2020-04-08 14:35:28 +01:00
data/completions completion: Fix previous commit 2017-04-04 16:27:33 -04:00
docs docs: fix links 2020-06-23 18:37:12 +02:00
examples add assets to layer and adjust position and duration (closes #45) 2020-03-03 12:27:33 +00:00
ges ges: Fix smart rendering 2020-07-30 18:44:13 -04:00
hooks meson: Setup pre commit hook and fix getpluginsdir for standalone case 2016-09-30 13:35:01 -03:00
pkgconfig Remove autotools build system 2019-10-13 13:54:19 +01:00
plugins nle: Minor debug enhancement 2020-07-30 18:44:13 -04:00
scripts meson: set release date from .doap file for releases 2020-07-08 17:33:07 +01:00
tests validate: Pipe debug output to a file when discovering scenarios 2020-07-30 18:44:13 -04:00
tools launcher: Delay setting rendering setting to right before rendering 2020-07-30 18:44:13 -04:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore Remove autotools build system 2019-10-13 13:54:19 +01:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 12:57:17 +02:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
ChangeLog Release 1.17.2 2020-07-03 00:35:20 +01:00
COPYING Fix FSF address 2012-11-04 00:25:20 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:25:20 +00:00
gst-editing-services.doap Release 1.17.2 2020-07-03 00:35:20 +01:00
meson.build meson: install bash completion helper for ges-launch-1.0 2020-07-26 09:42:49 +00:00
meson_options.txt meson: install bash completion helper for ges-launch-1.0 2020-07-26 09:42:49 +00:00
NEWS Release 1.17.2 2020-07-03 00:35:20 +01:00
README Remove obsolete dependency 2016-09-13 16:45:25 -03:00
RELEASE Release 1.17.2 2020-07-03 00:35:20 +01:00

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