c - GStreamer plugin search path? -


Can I tell the genisteer to see the plugins in a specified directory?

GST_PLUGIN_PATH environment variable to point to the directory, or programmable call only:

 < Div> 

code> GstRegistry * registry; Registry = gst_registry_get_default (); Gst_registry_add_path (registry, directory);

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -