Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1732
Browse files Browse the repository at this point in the history
It is based on:
* psi: 3b984219
* plugins: 3c71dec
* psimedia: cc48eb8
* resources: 2ef1865
  • Loading branch information
tehnick committed Apr 1, 2024
1 parent c53f664 commit a99e25f
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 191 deletions.
3 changes: 3 additions & 0 deletions plugins/generic/psimedia/demo/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,9 @@ int main(int argc, char **argv)
}
#endif

if (pluginFile.isEmpty())
pluginFile = findPlugin(".", "gstprovider" DEBUG_POSTFIX);

if (pluginFile.isEmpty())
pluginFile = findPlugin("../gstprovider", "gstprovider" DEBUG_POSTFIX);

Expand Down
Loading

0 comments on commit a99e25f

Please sign in to comment.