gBroutin / gstreamer-java

Automatically exported from code.google.com/p/gstreamer-java
0 stars 0 forks source link

[Windows 7] - BUG XOverlay.wrap does not work #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tested OSSBuild and MinGW with Windows 7. Both seems to be failed for the 
following and it throws Fatal error, but this does not happen in Windows XP. 

I pressume gstreamer-java bug? Once i comment out this line my application 
works. However this is never any issue in Linux.

XOverlay.wrap(videoSinko).setWindowID(videoid);

Original issue reported on code.google.com by iamtryin...@gmail.com on 10 Jan 2012 at 1:45

GoogleCodeExporter commented 8 years ago
unfortunately these build and not build against the latest gstreamer. so you'd 
to upgrade you windows gstreamer or you older gstreamer-java.

anyway which mingw build did you use?

Original comment by lfar...@lfarkas.org on 13 Jan 2012 at 10:06

GoogleCodeExporter commented 8 years ago
Just curious and i tested this issue. 
He is correct with his statement. Its a BUG in gstreamer-java and windows 
version for 100% sure.

Well, i have tested this in a Linux PC, with latest gstreamer-java and latest 
gstreamer too under ArchLinux, Ubuntu, Fedora, CentOS, FreeBSD. 
And it seems like this report is correct.

// does not able to handle 720p, 1080p real-time rendering with lipsync, with 
gstreamer-java 
// Linux test shows same, Windows test shows same, FreeBSD test shows same
// Same thing doing with pure C code works
XOverlay.wrap(videoSinko).setWindowID(videoid); 

But same code with C implemented code for 720p, 1080p rendering works without 
any issue and there is no delay for lipsync issues.

Also i have tested this under windows machine and it seems like OLD version 
issue as there is no body ever giving off any Windows working latest versions, 
so that we can test. 

I also tried with fedora-mingw for this issue and it fails too. Also i have 
tried LFarkas.org mingw that fails too.

I hope this helps to identify and make sure that its a BUG?

Original comment by sha...@companysocia.com on 20 Jan 2012 at 8:18