-
Notifications
You must be signed in to change notification settings - Fork 28
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
win7 platform does not work. #1
Comments
weird, i've tested this on windows 8 but should work the same since it doesn't depend on the windows version. can you enable gstreamer debug an see if you find something more explanatory from the logs? from a console type:
and then run the application from that console, you get a really long debug trace so if you can go through it and see if you can find the cause? if not you can output that trace to a file with:
|
cmd.exe
sorry,I can not find gstreamer.log. |
copied from the console, the content can not be complete ...
|
are you using the latest OF from master? i fixed a problem in windows where it won't find the plugins and seems what it's going on here. but the fix was port 0.8.0 |
for the windows testing we have been doing, we have been using Arturo's Seth Seth Hunter life http://flickr.com/photos/sethismyfriend/On Mon, Feb 10, 2014 at 6:37 AM, arturo notifications@github.com wrote:
|
I'm using the latest from master.
I use the set GST_DEBUG = 3 playbin gstplaybin2.c:15
|
yes it seenms it wasn't recognizing paths with spaces in them very well On 02/11/2014 02:39 AM, yty wrote:
|
hi, I updated of, to repair the file path problem, but there are still problems.
3928:gst_decode_bin_expose: error: no suitable plugins found
|
mmh, that's weird i'm able to use h264 installing those files only, have you installed also gstreamer-1.0-x86-1.2.2.msi or only the devel package? |
did you manage to solve it? we found out yesterday that you need to install the complete packages in windows or it won't install some plugins like the h264 decoder, i'm going to add a note in the readme |
[ error ] ofGstUtils: startPipeline(): unable to get pipeline paused state
[warning] ofGstUtils: getDurationNanos(): couldn't query time duration
[ error ] ofGstVideoPlayer: allocate(): cannot get pipeline caps
I'm using the latest version of of 0.80
gstreamer-1.0-devel-x86-1.2.2.msi + vs2012 + win7
The text was updated successfully, but these errors were encountered: