GNOME Bugzilla – Bug 737317
vp8dec should renegotiate when the input dimensions change.
Last modified: 2014-09-25 02:20:24 UTC
wget http://people.collabora.com/~meh/Videos/vp8_resizing_exhibit.webm wget http://people.collabora.com/~meh/scenarios/seek_artefacts_vp8.scenario gst-validate-1.0 playbin uri=file://$PWD/vp8_resizing_exhibit.webm --set-scenario seek_artefacts_vp8.scenario Artefacts can be observed with current git master. The proposed patch fixes this in a rather straightforward way, by trying to peek the stream info for each frame, and renegotiating when a frame indeed contained a stream info and the width or height were different from the currently set width or height.
Created attachment 287031 [details] [review] fixes the reported issue
Damn it it's actually fixed in master :) Closing