summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-02-10 21:07:32 +1300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-10 11:16:06 +0100
commite9d8a31100f08cb591ded583288b20d07769bcba (patch)
tree9097d9c336f569d322cb19e4c504bc1a10b2f6a9 /package/gstreamer1
parent971afefaab6848e5ca691d60ed465f7760f7d796 (diff)
downloadbuildroot-e9d8a31100f08cb591ded583288b20d07769bcba.tar.gz
buildroot-e9d8a31100f08cb591ded583288b20d07769bcba.zip
package/gst1-shark: select BR2_PACKAGE_GSTREAMER1_GST_DEBUG
gst-shark needs gstreamer to be compiled with debugging support enabled. Make this selection automatically when the gst-shark package is selected. Fixes: - http://autobuild.buildroot.net/results/09b894b0775df2dd87d8fb2d53c6a243d8668aba/ - and many more Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gstreamer1')
-rw-r--r--package/gstreamer1/gst1-shark/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-shark/Config.in b/package/gstreamer1/gst1-shark/Config.in
index 9d656e2419..ad6b6fb9bd 100644
--- a/package/gstreamer1/gst1-shark/Config.in
+++ b/package/gstreamer1/gst1-shark/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_GST1_SHARK
select BR2_PACKAGE_GSTREAMER1_CHECK
select BR2_PACKAGE_GST1_PLUGINS_BASE
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
+ select BR2_PACKAGE_GSTREAMER1_GST_DEBUG # gst_debug_log_valist, GST_CAT_STATES
help
GstShark leverages GStreamers newest instrumentation subsystem
by installing a set of custom hooks to the trace points. A
OpenPOWER on IntegriCloud