# Install GStreamer plug-in 

Source: [https://docs.qualcomm.com/doc/80-88500-3/topic/72_Install_qtimlsnpe_GStreamer_plug_in_.html](https://docs.qualcomm.com/doc/80-88500-3/topic/72_Install_qtimlsnpe_GStreamer_plug_in_.html)

1. Enable Qualcomm Neural Processing SDK distro feature.
    1. Add `qti-snpe` to the `DISTRO_FEATURES_append` list in
            the distro configuration file.
    2. Configuration file:
            `poky/meta-qti-bsp/conf/distro/<distro>.conf`
    3. Configuration: `DISTRO_FEATURES_append = " qti-snpe"`
2. Add the Qualcomm Neural Processing SDK package in the workspace.
    1. Download the Qualcomm Neural Processing SDK package and unzip it.
    2. Go to `poky/meta-qti-ml-prop/recipes/snpe-sdk/`.
    3. Create a folder **Files** in this directory.
    4. Copy the unzipped Qualcomm Neural Processing SDK package folder to
              `poky/meta-qti-ml-prop/recipes/snpe-sdk/files/`.
    5. Rename the copied folder name to snpe.

    For example, if the Qualcomm Neural Processing SDK folder name was
            `snpe-x.y.z`, rename it to snpe.

    The final directory structure should look similar to
            `poky/meta-qti-ml-prop/recipes/snpe-sdk/files/snpe/`.
3. Rebuild the image and flash the image to the device.

**Parent Topic:** [Configure AI/ML modules](https://docs.qualcomm.com/doc/80-88500-3/topic/66_Configure_AI_ML_modules.html)

Last Published: Sep 26, 2023

[Previous Topic
Test TensorFlow Lite using benchmark test application](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/70_Test_TFLite_using_benchmark_test_application_.md) [Next Topic
Test Qualcomm Neural Processing SDK](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/73_Test_SNPE_.md)