[gstreamer-bugs] [Bug 300305] videobox in YUV adds green instead of black if right=(odd number)

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Apr 13 03:27:08 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=300305
 GStreamer | gst-plugins | Ver: 0.8.8





------- Additional Comments From Thomas Vander Stichele  2005-04-13 06:27 -------
some more pipelines, this time for I420:

gst-launch -v videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=324,height=240,framerate=5.0 !
videobox right=-2 ! xvimagesink

is ok

gst-launch -v videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=324,height=240,framerate=5.0 !
videobox right=-1 ! xvimagesink

is ok too.

gst-launch -v videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=323,height=240,framerate=5.0 !
videobox right=-1 ! xvimagesink

adds a green line.

gst-launch -v videotestsrc !
video/x-raw-yuv,format=\(fourcc\)I420,width=323,height=240,framerate=5.0 !
videobox right=-2 ! xvimagesink

is fine too.  So problem is when both width and correction are odd.





------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list