GNOME Bugzilla – Bug 466257
Regression in negotiation
Last modified: 2007-11-09 15:13:58 UTC
gst-launch videotestsrc ! video/x-raw-yuv,format='(fourcc)I420',width=720,height=576 ! queue ! videoscale ! ffmpegcolorspace ! ximagesink no longer resizes correctly. After resizing, it will stop with a not-negotiated error, and sometimes warnings about mismatched buffer sizes from basetransform.
This pipeline works as it should: gst-launch videotestsrc ! video/x-raw-yuv,format='(fourcc)I420',width=720,height=576 ! videoscale ! ffmpegcolorspace ! ximagesink
both pipelines work for me with current CVS.
This was probably fixed by your queue negotiation changes then
yes, it's a dup of #486758. *** This bug has been marked as a duplicate of 486758 ***