gstreamer/subprojects/gst-editing-services
Thibault Saunier bad6b7e60a ges: Implement a gesvideoscale bin
This allows user to be in control of when scaling happens in the pipeline.
It can be plugged as an effect and scaling will be forced to happen in
the effect instead of in the compositor.

Without this, it would not be possible for users to, for example,
crop a video source before scaling to the target source size.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5735>
2024-01-16 20:13:23 +00:00
..
bindings/python meson: Use python module to install override files 2023-02-16 19:43:11 +00:00
data/completions Move files from gst-editing-services into the "subprojects/gst-editing-services/" subdir 2021-09-24 16:15:30 -03:00
docs ges: Expose FrameCompositionMeta in public API 2023-11-16 11:45:40 +00:00
examples gstreamer-full: add full static support 2023-05-31 15:17:11 +00:00
ges ges: Implement a gesvideoscale bin 2024-01-16 20:13:23 +00:00
plugins nlecomposition: Simplify the way we ensure stream-start is sent 2024-01-06 13:22:19 +00:00
scripts gst-omx: Retire the whole package 2023-07-16 19:10:03 +00:00
tests meson: Always use forward slashes in defines with paths 2023-07-12 21:17:25 +00:00
tools ges: tools: fix msvc compiler warning about G_LOG_DOMAIN redefinition 2023-09-11 20:53:19 +00:00
.gitignore Move files from gst-editing-services into the "subprojects/gst-editing-services/" subdir 2021-09-24 16:15:30 -03:00
AUTHORS Move files from gst-editing-services into the "subprojects/gst-editing-services/" subdir 2021-09-24 16:15:30 -03:00
COPYING gst-editing-services: update COPYING to LGPL v2.1 2023-10-13 12:55:46 +00:00
COPYING.LIB gst-editing-services: update COPYING to LGPL v2.1 2023-10-13 12:55:46 +00:00
gst-editing-services.doap Release 1.22.0 2023-01-23 19:41:07 +00:00
meson.build meson: update PACKAGE_BUGREPORT 2023-12-05 11:47:51 +01:00
meson_options.txt meson: Remove duplicate definition of 'examples' option 2021-10-12 22:54:56 +00:00
NEWS Release 1.22.0 2023-01-23 19:41:07 +00:00
README Move files from gst-editing-services into the "subprojects/gst-editing-services/" subdir 2021-09-24 16:15:30 -03:00
RELEASE Release 1.22.0 2023-01-23 19:41:07 +00: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