Skip to content

Commit 55b4bc2

Browse files
authored
gst-plugins-imsdk: enable plugin-tools (#1749)
This brings in applications needed to test multimedia pipeline functionality, including scenarios such as camera rotation, cropping, image capture, dynamic frame‑rate changes, and validating RTP network‑streaming capabilities on the target device.
2 parents 7e1a1f2 + d50f868 commit 55b4bc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

recipes-multimedia/imsdk/gst-plugins-imsdk_0.1.0.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DEPENDS += "\
2929
COMPATIBLE_MACHINE = "^$"
3030
COMPATIBLE_MACHINE:aarch64 = "(.*)"
3131

32-
PACKAGECONFIG ??= "sw videoproc"
32+
PACKAGECONFIG ??= "sw tools videoproc"
3333

3434
PACKAGECONFIG[messaging] = "-DENABLE_GST_MESSAGING_PLUGINS=1, -DENABLE_GST_MESSAGING_PLUGINS=0, librdkafka mosquitto"
3535
PACKAGECONFIG[ml] = "-DENABLE_GST_ML_PLUGINS=1, -DENABLE_GST_ML_PLUGINS=0, cairo json-glib opencv qairt-sdk, qairt-sdk"
@@ -38,6 +38,7 @@ PACKAGECONFIG[redissink] = "-DENABLE_GST_PLUGIN_REDISSINK=1, -DENABLE_GST_PLU
3838
PACKAGECONFIG[sample-apps] = "-DENABLE_GST_SAMPLE_APPS=1, -DENABLE_GST_SAMPLE_APPS=0, opencv cairo json-glib camera-service"
3939
PACKAGECONFIG[sw] = "-DENABLE_GST_SOFTWARE_PLUGINS=1, -DENABLE_GST_SOFTWARE_PLUGINS=0, gstreamer1.0-rtsp-server smart-venc-ctrl-algo"
4040
PACKAGECONFIG[tflite] = "-DENABLE_GST_PLUGIN_MLTFLITE=1, -DENABLE_GST_PLUGIN_MLTFLITE=0, tensorflow-lite"
41+
PACKAGECONFIG[tools] = "-DENABLE_GST_PLUGIN_TOOLS=1, -DENABLE_GST_PLUGIN_TOOLS=0, gstreamer1.0-rtsp-server"
4142
PACKAGECONFIG[videoproc] = "-DENABLE_GST_VIDEOPROC_PLUGINS=1, -DENABLE_GST_VIDEOPROC_PLUGINS=0, cairo"
4243

4344
# The TFLite plugin loads the TensorFlow Lite library at runtime using dlopen(). To ensure runtime availability, added runtime dependency on 'tensorflow-lite'.

0 commit comments

Comments
 (0)