08a213c1a5
- change home page url to https - change download url to https - download source renamed from gstreamer-editing-services to gst-editing-services - convert to meson build - use BR2_PACKAGE_GST1_DEVTOOLS/gst1-devtools instead of legacy BR2_PACKAGE_GST1_VALIDATE/gst1-validate - drop examples support Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
887 B
Plaintext
19 lines
887 B
Plaintext
config BR2_PACKAGE_GSTREAMER1_EDITING_SERVICES
|
|
bool "gstreamer1-editing-services"
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME # runtime
|
|
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE # runtime
|
|
help
|
|
GStreamer Editing Services is a high-level library for
|
|
facilitating the creation of audio/video non-linear editors.
|
|
|
|
https://gstreamer.freedesktop.org
|