skorotkov / ossbuild

GStreamer 0.10 windows build environment. Automatically exported from code.google.com/p/ossbuild
Other
0 stars 0 forks source link

Source does not compile with VS 2010 #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I downloaded the read-only source using your instructions.

Although the ReadMe.txt file specifies that it should compile with VS 2008+ (I 
have VS 2010), even the project conversion 2008 -> 2010 results in hundreds of 
errors and warnings. I am attaching the log file.

The reason I want to compile rather than using your 10.7-beta build is that the 
latter contains some non-implemented code:

*** Iteration 1053, playing ad number 1: nar_ditt_barn_blir_sjukt_bottenplan.avi
!!!Error in element conversion: Internal GStreamer error: code not implemented. 
 Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Debug: 
..\..\..\..\..\Source\gst-plugins-base\gst\ffmpegcolorspace\gstffmpegcolorspace.
c(495): gst_ffmpegcsp_transform (): 
/GstPipeline:main_pipe/GstFFMpegCsp:conversion:
cannot convert between formats
SEGMENT DONE message

The .avi file in question was played hundreds of times before (notice iteration 
1053).

I filed the bug as requested, but had no answer. Maybe this feature is already 
implemented OK in the newer builds?

Do you keep some daily builds somewhere (including dependencies to glib etc, as 
10.7-beta does)?

Thank you for the hints.

Original issue reported on code.google.com by sergei.v...@facilityparking.com on 13 May 2012 at 7:15

Attachments:

GoogleCodeExporter commented 8 years ago
Yeah, the Visual Studio conversion wizard does some mistakes when upgrading the 
project files. I have made a fork of ossbuild here, that should compile with 
VS2010:
http://code.google.com/p/ossbuild-vs2010/

Original comment by Petteri.Aimonen on 23 May 2012 at 8:32