Application development manual/Appendix/Compiling/Embedding static elements in your application: Needlessly recommends using gst_plugin_register_static()
There's no point in doing so, simply calling gst_element_register()
from the application has the same effect for all practical purposes and requires less boilerplate.