2008-12-08 18:48:31 +01:00
|
|
|
config BR2_PACKAGE_GSTREAMER
|
|
|
|
bool "gstreamer"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-05-03 12:47:23 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2008-12-08 18:48:31 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
GStreamer is an open source multimedia framework.
|
|
|
|
|
2013-06-20 06:14:01 +02:00
|
|
|
This 0.10.x version of GStreamer is incompatible with
|
|
|
|
GStreamer 1.X.
|
|
|
|
|
2008-12-08 18:48:31 +01:00
|
|
|
http://gstreamer.freedesktop.org/
|
2009-06-16 22:33:56 +02:00
|
|
|
|
2011-09-27 11:52:50 +02:00
|
|
|
config BR2_PACKAGE_GSTREAMER_GST_DEBUG
|
|
|
|
bool "enable gst-debug trace support"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_GSTREAMER
|
|
|
|
help
|
2012-11-26 02:26:04 +01:00
|
|
|
Enable support for the gst-debug tracing functionality in gstreamer.
|
|
|
|
This has limited CPU overhead, but does increase the rootfs size
|
|
|
|
somewhat.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GSTREAMER_PLUGIN_REGISTRY
|
|
|
|
bool "enable plugin registry"
|
|
|
|
default y
|
|
|
|
depends on BR2_PACKAGE_GSTREAMER
|
|
|
|
help
|
|
|
|
Enable support for the GStreamer plugin registry. This may increase
|
|
|
|
the launch-time for a GStreamer application.
|
2011-09-27 11:52:50 +02:00
|
|
|
|
2013-05-03 12:47:23 +02:00
|
|
|
comment "gstreamer requires a toolchain with WCHAR and threads support"
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|