GNOME Bugzilla – Bug 570766
Problem playing with video files
Last modified: 2009-06-01 00:15:41 UTC
Hi, I have downloaded the win32 precompiled binaries for Gstreamer and its related compoenents.. I tried to play with video files from command line. Following is the error log - C:\Program Files\Common Files\GStreamer\0.10\bin>gst-launch-0.10 filesrc location=D:\\ProcessedVideo.avi ! decodebin ! ffmpegcolorspace ! videoscale method=1 ! directdrawsink OIL: ERROR liboilcpu.c 282: oil_cpu_i386_kernel_restrict_flags(): Operating system is not known to support SSE. Assuming it does, which might cause problems Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /pipeline0/decodebin0/avidemux0: Internal data stream error. Additional debug info: E:\devel-release\src_releases\gst-plugins-good\gst\avi\gstavidemux.c(3779): ??? (): /pipeline0/decodebin0/avidemux0: streaming stopped, reason not-linked ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Please let me know the solution for the same.. Regards, Prafull FREEING pipeline ...
Depending on your specific video file, you might also need 'videoscale' in this pipeline. Also: please don't use the win32 binaries from the site, they're awfully badly out of date.
Hello, Pleae let me know what approach should be followed if the application development has to be carried on window? Which version (Win32 binaries / OA build )should be taken ? Where an OA Buile needs to be taken from and what are steps to compile it? Regards, Prafull
There are no ready-made up-to-date binaries. You may find some build instructions on the GStreamer wiki, and some more information in the mailing list archives or via google. Closing this bug, since there's not really anything to go on for us in here, and you are using quite old versions. Please re-open or file a new bug if you can reproduce this issue with up-to-date GStreamer, and attach a GST_DEBUG=*:5 log or at least gst-launch -v output to the bug then.