GNOME Bugzilla – Bug 752073
Revert "imagefreeze: Remove impossible error condition"
Last modified: 2015-08-16 13:40:34 UTC
This reverts commit d46631c5c7312ad613397f8238c7a9714ae3ae94. The change made in the above commit is not proper. pad only handle EOS event but not EOS flow, and will push the buffer again which will result in assertion error. So we should not handle the buffer again and return EOS flow.
Created attachment 307005 [details] [review] revert d46631c5c7312ad613397f8238c7a9714ae3ae94
Review of attachment 307005 [details] [review]: Thanks Vineeth :)