After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570766 - Problem playing with video files
Problem playing with video files
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.0
Other Windows
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-06 09:45 UTC by Prafull Mankar
Modified: 2009-06-01 00:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Prafull Mankar 2009-02-06 09:45:28 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 ...
Comment 1 Michael Smith 2009-02-06 18:58:39 UTC
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.
Comment 2 Prafull Mankar 2009-02-09 18:49:56 UTC
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
Comment 3 Tim-Philipp Müller 2009-06-01 00:15:41 UTC
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.