Config.in 455 B

12345678910111213141516
  1. config BR2_PACKAGE_GST1_LIBAV
  2. bool "gst1-libav"
  3. depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
  4. select BR2_PACKAGE_FFMPEG
  5. select BR2_PACKAGE_FFMPEG_SWSCALE
  6. select BR2_PACKAGE_GST1_PLUGINS_BASE
  7. help
  8. GStreamer plugin (formerly gst-ffmpeg).
  9. This package contains GStreamer plugins based on
  10. the libav project.
  11. The codecs, muxers, bitstreams and filters to build can be
  12. selected in the ffmpeg package.
  13. https://gstreamer.freedesktop.org/