mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
When using webkit with multimedia support the fakevideosink element is used in some places, as such we should select debugutils which provides fakevideosink when building with multimedia support. See:12086bcde7/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (L3863)Additionally webkit may also use the fpsdisplaysink element which is also provided by debugutils. See:12086bcde7/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (L3897)Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Acked-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commite826142874) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>