2014-01-16 14:57:52 +01:00
|
|
|
config BR2_PACKAGE_GST1_LIBAV
|
|
|
|
bool "gst1-libav"
|
2016-05-26 17:54:19 +02:00
|
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
2019-05-02 17:16:20 +02:00
|
|
|
select BR2_PACKAGE_FFMPEG
|
|
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
2014-01-16 14:57:52 +01:00
|
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
|
|
help
|
|
|
|
GStreamer plugin (formerly gst-ffmpeg).
|
|
|
|
|
|
|
|
This package contains GStreamer plugins based on
|
|
|
|
the libav project.
|
|
|
|
|
2019-05-02 17:16:20 +02:00
|
|
|
The codecs, muxers, bitstreams and filters to build can be
|
|
|
|
selected in the ffmpeg package.
|
|
|
|
|
2020-09-24 23:17:15 +02:00
|
|
|
https://gstreamer.freedesktop.org/
|