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>
20 lines
849 B
Plaintext
20 lines
849 B
Plaintext
# Gstreamer 1.x & Plugins
|
|
source "package/gstreamer1/gstreamer1/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER1
|
|
source "package/gstreamer1/gstreamer1-mm/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
|
source "package/gstreamer1/gst1-imx/Config.in"
|
|
source "package/gstreamer1/gst1-interpipe/Config.in"
|
|
source "package/gstreamer1/gst1-libav/Config.in"
|
|
source "package/gstreamer1/gst1-rtsp-server/Config.in"
|
|
source "package/gstreamer1/gst1-shark/Config.in"
|
|
source "package/gstreamer1/gst1-validate/Config.in"
|
|
source "package/gstreamer1/gst1-vaapi/Config.in"
|
|
source "package/gstreamer1/gst-omx/Config.in"
|
|
source "package/gstreamer1/gstreamer1-editing-services/Config.in"
|
|
endif
|