Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

gstreamer: disable asserts in gst-libav

Eli Mallon 67d75b2e aa8c3ac9

+14 -4
+13 -3
Makefile
··· 60 60 61 61 .PHONY: dev-setup-meson 62 62 dev-setup-meson: 63 + $(MAKE) dev-setup-meson-configure 64 + $(MAKE) dev-setup-meson-compile 65 + 66 + .PHONY: dev-setup-meson-configure 67 + dev-setup-meson-configure: 63 68 meson setup --default-library=shared $(BUILDDIR) $(SHARED_OPTS) 64 69 meson configure --default-library=shared $(BUILDDIR) $(SHARED_OPTS) 70 + 71 + .PHONY: dev-setup-meson-compile 72 + dev-setup-meson-compile: 65 73 meson compile -C $(BUILDDIR) streamplace 66 74 meson install --destdir lib -C $(BUILDDIR) 67 75 ··· 355 363 -D "gstreamer-full:ugly=enabled" \ 356 364 -D "gstreamer-full:gpl=enabled" \ 357 365 -D "gstreamer-full:gst-full-typefind-functions=" \ 366 + -D "gstreamer:coretracers=enabled" \ 358 367 -D "gstreamer-full:glib_assert=false" \ 359 368 -D "gstreamer:glib_assert=false" \ 360 - -D "gstreamer:coretracers=enabled" \ 361 369 -D "gst-plugins-good:glib_assert=false" \ 362 370 -D "gst-plugins-bad:glib_assert=false" \ 363 371 -D "gst-plugins-base:glib_assert=false" \ 364 372 -D "gst-plugins-ugly:glib_assert=false" \ 365 - -D "gst-plugins-good:adaptivedemux2=disabled" \ 366 - -D "glib:glib_assert=false" 373 + -D "glib:glib_assert=false" \ 374 + -D "glib:glib_assert=false" \ 375 + -D "gst-libav:glib_assert=false" \ 376 + -D "gst-plugins-good:adaptivedemux2=disabled" 367 377 368 378 OPTS = \ 369 379 $(BASE_OPTS) \
+1 -1
subprojects/gstreamer-full.wrap
··· 1 1 [wrap-git] 2 2 url = https://gitlab.freedesktop.org/iameli/gstreamer.git 3 - revision = 3f7ce9cd8e131ceef5714ed3bbe58eebc5a8cc31 3 + revision = 5c372f9595b7024d1074e45ee50b68b7a9a3f5e3 4 4 depth = 1