Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on windows #7

Open
frankiezafe opened this issue Jul 4, 2015 · 0 comments
Open

Error on windows #7

frankiezafe opened this issue Jul 4, 2015 · 0 comments

Comments

@frankiezafe
Copy link

ofGstUtils.cpp - line 103 :
putenv(("GST_PLUGIN_PATH_1_0=" + ofFilePath::join(gst_path, "lib\gstreamer-1.0") + ";.").c_str()); returns a path with a '/' and not a '', windows style...
Dirty fix is to do that: putenv("GST_PLUGIN_PATH_1_0=C:\gstreamer\1.0\x86\lib\gstreamer-1.0;.");

Once everything's into place (path, dll and all) - the result is quite frustrating... - going back to linux :)

capture_001_20150704_152940

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant