Error in setting up a gst pipeline (example)

Federico Zamperini fzamperini at tiscali.it
Fri Jan 18 03:39:54 PST 2013


I suggest to re-read the doc page that Andoni pointed out:

http://docs.gstreamer.com/display/GstSDK/Installing+on+Windows,

Another suggestion is to be careful about 32/64bit; the libraries are 
different and if you mix 32bit and 64bit executables and/or librariesy 
loading the dlls fails (almost silently).
If you are using Visual Studio (you are developing on Windows, right?) 
check the Output window at start time and watch for messages; or open 
the executable with depends (you might see cpu type mismatches -- i.e. 
32/64 bits) and try to profile it (the profile menu item is disabled in 
case of errors/mismatches).

Federico


More information about the gstreamer-devel mailing list