Hello,<br>
    <br>
    I'm using gstreamer on i.MX6Q embedded platform with ARM processor.
    I have managed to install everything without any errors. Gstreamer
    command line and C program runs and plays video without problem
    either. However when I tried to use appsrc plugin to inject buffer
    into the pipeline:<br>
    app->src = (GstAppSrc*)gst_element_factory_make("appsrc",
    "mysrc"); <br>
    returns NULL.<br>
    When I did #gst-inspect  appsrc I've got this:<br>
    No such element or plugin 'appsrc'<br>
    <br>
    I think the required libraries are installed in the correct
    locations:<br>
    ./usr/lib/<a href="http://libgstapp-0.10.la">libgstapp-0.10.la</a><br>
    ./usr/lib/libgstapp-0.10.so.0.25.0<br>
    ./usr/lib/<a href="http://libgstapp-0.10.so">libgstapp-0.10.so</a><br>
    ./usr/lib/libgstapp-0.10.so.0<br>
    ./usr/lib/gstreamer-0.10/<a href="http://libgstapp.la">libgstapp.la</a><br>
    <br>
    Is there anyway to force the registration of this plug-in?<br>
    <br>
    Best Regards,<br>
    Tarek<br>