This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: Static linking of the TI gstreamer elements

Part Number: AM5728

Tool/software: Linux

Hello, all.

We need to compile and link gstreamer statically.

Besides other issues, we see the problem that the provided SDK contains only the *.so libraries of the following elements:

vpe
ducatih264enc
h264parse

Is there any way to receive these elements in the *.a format?

Many thanks ahead.

  • Hi Leon,

    First of all, sorry for the delayed response.

    Is there any way to receive these elements in the *.a format?


    No, TI provides only the shared objects. You need the sources of these libraries (some of them may not be public, contact your TI representative for info) and you need to compile them to .a format yourself.

    Best Regards,
    Yordan