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 313233 - [0.9] videotestsrc broken for yuv/I420
[0.9] videotestsrc broken for yuv/I420
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-11 16:32 UTC by Tim-Philipp Müller
Modified: 2005-08-11 23:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PNG picture (11.19 KB, image/png)
2005-08-11 16:34 UTC, Tim-Philipp Müller
Details

Description Tim-Philipp Müller 2005-08-11 16:32:04 UTC
gst-launch-0.9 videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=320,height=240 ! ffmpegcolorspace !
ximagesink

Doesn't work right for me.The vertical coloured stripes are far too narrow and
there's lots of uninitialized picture buffer memory everywhere.


gst-launch-0.9 videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=320,height=240 ! xvimagesink

looks exactly the same, so my guess would be that either videotestsrc or liboil
is broken.

Cheers
 -Tim
Comment 1 Tim-Philipp Müller 2005-08-11 16:34:13 UTC
Created attachment 50577 [details]
PNG picture

This is what it looks like here.
Comment 2 Ronald Bultje 2005-08-11 23:57:55 UTC
Update liboil to CVS, it's a bug there.