1config BR2_PACKAGE_GSTREAMER1_EDITING_SERVICES 2 bool "gstreamer1-editing-services" 3 select BR2_PACKAGE_LIBXML2 4 select BR2_PACKAGE_GST1_PLUGINS_BASE 5 select BR2_PACKAGE_GST1_PLUGINS_GOOD 6 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT # runtime 7 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER # runtime 8 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE # runtime 9 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERTSCALE # runtime 10 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOTESTSRC # runtime 11 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME # runtime 12 select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE # runtime 13 help 14 GStreamer Editing Services is a high-level library for 15 facilitating the creation of audio/video non-linear editors. 16 17 https://gstreamer.freedesktop.org 18