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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -