| Linux / Unix Command: gst-register |
NAME
gst-register - register GStreamer pluginsSYNOPSIS
gst-register [OPTION...]DESCRIPTION
gst-register is a tool that is used to register all the GStreamer plugins on your system. It creates a listing of their properties such that on startup of GStreamer based application do not need to load plugins until they need them.
OPTIONS
gst-register accepts the following options:- --help
- Print help synopsis and available FLAGS
- --gst-info-mask=FLAGS
- GStreamer info flags to set (list with --help)
- --gst-debug-mask=FLAGS
- GStreamer debugging flags to set (list with --help)
- --gst-mask=FLAGS
- GStreamer info and debugging flags to set (list with --help)
- --gst-plugin-spew
- GStreamer info flags to set Enable printout of errors while loading GStreamer plugins
- --gst-plugin-path=PATH
- Add directories separated with ':' to the plugin search path
SEE ALSO
gst-inspect(1), gst-launch(1), gst-compprep(1)Important: Use the man command (% man) to see how a command is used on your particular computer.

