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

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -