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 466257 - Regression in negotiation
Regression in negotiation
Status: RESOLVED DUPLICATE of bug 486758
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-13 14:22 UTC by Jan Schmidt
Modified: 2007-11-09 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Schmidt 2007-08-13 14:22:04 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.
Comment 1 Jan Schmidt 2007-08-13 14:23:41 UTC
This pipeline works as it should:

gst-launch videotestsrc !
video/x-raw-yuv,format='(fourcc)I420',width=720,height=576 ! videoscale
! ffmpegcolorspace ! ximagesink
Comment 2 Wim Taymans 2007-11-09 14:11:16 UTC
both pipelines work for me with current CVS.
Comment 3 Jan Schmidt 2007-11-09 14:44:15 UTC
This was probably fixed by your queue negotiation changes then
Comment 4 Wim Taymans 2007-11-09 15:13:58 UTC
yes, it's a dup of #486758.

*** This bug has been marked as a duplicate of 486758 ***