gstreamer1: revert addition of --disable-option-parsing 8847/head
authorW. Michael Petullo <mike@flyn.org>
Mon, 29 Apr 2019 22:09:38 +0000 (18:09 -0400)
committerW. Michael Petullo <mike@flyn.org>
Mon, 29 Apr 2019 22:41:51 +0000 (18:41 -0400)
The --disable-option-parsing flag breaks applications (such as dmapd)
that assume gst_init_get_option_group() initializes GStreamer. The
gst_init_get_option_group() function returns NULL and does nothing to
initialize GStreamer in this case. The --disable-option-parsing is meant
only for very specialized instances.

See also https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/388.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
multimedia/gstreamer1/Makefile

index 78994f915ad9a51561080d57ed8e2e2b552f2d60..f693ec36de5b03743b65be3417350d1d7758fa8a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gstreamer1
 PKG_VERSION:=1.16.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> \
                Ted Hess <thess@kitschensync.net>
@@ -131,7 +131,6 @@ CONFIGURE_ARGS += \
        --disable-gst-tracer-hooks \
        --disable-gst-debug \
        --disable-gtk-doc-html \
-       --disable-option-parsing \
        --disable-rpath \
        --disable-tests \
        --disable-valgrind \