Codebase list gst-plugins-good1.0 / 684413c
Enable V4L2 codec probing code Sebastian Dröge 4 years ago
2 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gst-plugins-good1.0 (1.16.0-3) unstable; urgency=medium
1
2 * Source-only re-upload (Closes: #934788).
3 * debian/rules:
4 + Enable V4L2 codec probing code (Closes: #857286).
5
6 -- Sebastian Dröge <slomo@debian.org> Mon, 02 Sep 2019 10:21:03 +0300
7
08 gst-plugins-good1.0 (1.16.0-2) unstable; urgency=medium
19
210 * Upload to unstable
7979
8080 PLUGINS += pulseaudio gtk3 qt5 plugins-good
8181 CONFIG_ARGS :=
82 CONFIG_ARGS += --enable-v4l2-probe
8283 ifeq ($(DEB_HOST_ARCH_OS),linux)
8384 PLUGINS +=
8485 endif