mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
9d465d9e68
Direct access to AVInputFormat::read_probe() is not possible anymore with ffmpeg 7.0, and the usefulness of this typefinder seems limited anyway. An alternative implementation around av_probe_input_format3() or similar would be possible but it would be going over all possible ffmpeg probes at once. Having a typefinder here means that basically every application will load the gst-libav plugin when typefinding is necessary, which has unnecessary performance impacts. If a typefinder from here was indeed missing from typefindfunctions in gst-plugins-base then it would be better to add it there directly. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3378 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6505> |
||
---|---|---|
.. | ||
gstav.c | ||
gstav.h | ||
gstavauddec.c | ||
gstavauddec.h | ||
gstavaudenc.c | ||
gstavaudenc.h | ||
gstavcfg.c | ||
gstavcfg.h | ||
gstavcodecmap.c | ||
gstavcodecmap.h | ||
gstavdeinterlace.c | ||
gstavdemux.c | ||
gstavmux.c | ||
gstavprotocol.c | ||
gstavprotocol.h | ||
gstavutils.c | ||
gstavutils.h | ||
gstavvidcmp.c | ||
gstavviddec.c | ||
gstavviddec.h | ||
gstavvidenc.c | ||
gstavvidenc.h | ||
meson.build |