9b7b7cbac6
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://developer.ridgerun.com/wiki/index.php?title=GstShark https://github.com/RidgeRun/gst-shark Signed-off-by: Chris Packham <judge.packham@gmail.com> Cc: Wolfgang Grandegger <wg@grandegger.com> Cc: João Victor Oliveira <jv.oliveirag@gmail.com> Cc: Adam Duskett <aduskett@gmail.com> Cc: Igor Miranda <igorcmiranda3110@gmail.com> [Thomas: - fix package prompt to be gtk1-shark in Config.in - license is LGPL-2.1+, not LGPL-2.1 - add entry to DEVELOPERS file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
451 B
Plaintext
13 lines
451 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
|
|
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
|