1config BR2_PACKAGE_GST1_INTERPIPE 2 bool "gst1-interpipe" 3 select BR2_PACKAGE_GSTREAMER1_CHECK 4 select BR2_PACKAGE_GST1_PLUGINS_BASE 5 select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP 6 help 7 GstInterpipe is a Gstreamer plug-in that allows communication 8 between two independent pipelines. 9 10 https://github.com/RidgeRun/gst-interpipe 11