Discussion:
Play avi file correct in Windows gstreamer-1.0?
Ilya Averyanov
2013-10-27 16:23:21 UTC
Permalink
When i run
gst-launch-1.0 filesrc location=./some.avi ! avidemux name=demux !
decodebin ! videoconvert ! videoscale ! autovideosink
I get the following picture
Loading Image...
what i do wrong?
Sebastian Dröge
2013-10-27 19:25:45 UTC
Permalink
Post by Ilya Averyanov
When i run
gst-launch-1.0 filesrc location=./some.avi ! avidemux name=demux !
decodebin ! videoconvert ! videoscale ! autovideosink
I get the following picture
https://www.dropbox.com/s/vwac8auswya9uhx/Screenshot%202013-10-27%2020.11.28.png
what i do wrong?
Please file a bug at http://bugzilla.gnome.org against GStreamer for
this, including details about your GPU and driver.
--
Sebastian Dröge <***@coaxion.net>
PGP: 4096R/7F4B C7CC 3CA0 6F97 336B BFEB 0668 CC14 86C2 D7B5
http://coaxion.net
Kim Lam
2013-10-27 22:50:42 UTC
Permalink
Are you using 1.2 or 1.0?

I find that using the 1.0 d3dsink with the 1.2 sdk works. It's a matter of
copying the correct file from the 1.0 SDK.

Kim
Post by Ilya Averyanov
Post by Ilya Averyanov
When i run
gst-launch-1.0 filesrc location=./some.avi ! avidemux name=demux !
decodebin ! videoconvert ! videoscale ! autovideosink
I get the following picture
https://www.dropbox.com/s/vwac8auswya9uhx/Screenshot%202013-10-27%2020.11.28.png
Post by Ilya Averyanov
what i do wrong?
Please file a bug at http://bugzilla.gnome.org against GStreamer for
this, including details about your GPU and driver.
--
PGP: 4096R/7F4B C7CC 3CA0 6F97 336B BFEB 0668 CC14 86C2 D7B5
http://coaxion.net
_______________________________________________
gstreamer-devel mailing list
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Loading...