mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-25 08:08:15 +00:00
add plugins directory to default search path
This commit is contained in:
parent
5e14d4bda4
commit
fccb342c11
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
gst_init (&argc, &argv);
|
||||
|
||||
GstRegistry *registry;
|
||||
registry = gst_registry_get();
|
||||
gst_registry_scan_path(registry, "./plugins");
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
MainWindow wgt;
|
||||
|
|
Loading…
Reference in a new issue