diff options
author | Danomi Manchego <danomimanchego123@gmail.com> | 2014-10-19 15:33:21 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 16:50:13 +0100 |
commit | a732c545246d4066d8eb389ac17c6983c0b4e20e (patch) | |
tree | a07fa4d1ea4ad2074608d4d3c1fe4973f3a3fdc7 | |
parent | 15a7140bc55e431590cf47a4f4cc8d793543e343 (diff) | |
download | buildroot-a732c545246d4066d8eb389ac17c6983c0b4e20e.tar.gz buildroot-a732c545246d4066d8eb389ac17c6983c0b4e20e.zip |
gst-ffmpeg: expand package description to describe libav usage
- Change URL to gst-ffmpeg page at the gstreamer site.
- Note that gst-ffmpeg actually uses libav, not ffmpeg [anymore].
- Note that gst-ffmpeg is using an internal copy of libav, not a
system copy.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer/gst-ffmpeg/Config.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package/gstreamer/gst-ffmpeg/Config.in b/package/gstreamer/gst-ffmpeg/Config.in index 9bf5196849..ab80ef8a33 100644 --- a/package/gstreamer/gst-ffmpeg/Config.in +++ b/package/gstreamer/gst-ffmpeg/Config.in @@ -4,9 +4,14 @@ config BR2_PACKAGE_GST_FFMPEG depends on BR2_LARGEFILE depends on BR2_INET_IPV6 help - GStreamer plugin using FFmpeg. + GStreamer plugin containing one plugin with a set of elements using + the Libav library. It contains most popular decoders as well as + colorspace conversion elements. - http://gstreamer.freedesktop.org/ + This package is configured to use an internal copy of the Libav + library. + + http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html if BR2_PACKAGE_GST_FFMPEG |