1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 07:38:40 +02:00
openwrt-packages/multimedia/gstreamer1
W. Michael Petullo 2fdc722e46 gstreamer1: revert addition of --disable-option-parsing
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>
2019-04-29 18:41:51 -04:00
..
patches gstreamer1: Disable debug + other fixes 2019-03-17 20:22:04 -07:00
Makefile gstreamer1: revert addition of --disable-option-parsing 2019-04-29 18:41:51 -04:00