e9d8a31100
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>
14 lines
531 B
Plaintext
14 lines
531 B
Plaintext
config BR2_PACKAGE_GST1_SHARK
|
|
bool "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
|
|
variety of data analytics are extracted and presented to the
|
|
user in a graphical, friendly way.
|
|
|
|
https://github.com/RidgeRun/gst-shark
|