mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
52eaafcd6c
This is a quick fix for regression introduced by the upstream
commit e8908f5aee
in h264 videoparser.
The patch is disabling the passthrough mode, otherwise it will
break multi-layer mvc stream parsing.
https://bugzilla.gnome.org/show_bug.cgi?id=758656
14 lines
632 B
Makefile
14 lines
632 B
Makefile
# sources.frag - Generated list of patches for videoparsers (-*- makefile -*-)
|
|
|
|
videoparsers_patches_base = \
|
|
0001-plugins-compile-the-built-in-video-parsers-as-vaapip.patch \
|
|
0002-h264parse-fix-build-with-older-GStreamer-1.x-stacks.patch \
|
|
0003-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch \
|
|
0004-h264parse-Disable-3D-video-support-for-GStreamer-1.5.patch \
|
|
0005-videoparsers-h264-Disable-passthorugh-mode-enabling.patch \
|
|
$(NULL)
|
|
|
|
videoparsers_patches_1_4p = \
|
|
0006-h265parse-include-gstvaapiparse.h.patch \
|
|
0007-h265parse-fix-build-with-GStreamer-1.5.patch \
|
|
$(NULL)
|