GNOME Bugzilla – Bug 627946
mp3parse misuses GST_FLOW_IS_FATAL, doesn't forward GST_FLOW_UNEXPECTED upstream
Last modified: 2010-08-25 15:36:30 UTC
Created attachment 168734 [details] [review] fix All in the subject. Patch attached.
Comment on attachment 168734 [details] [review] fix Please push this, I'm going to make another pre-release later today
commit 2ca354e3abbf5dc46a4a1a465b356e92ef18710d Author: Alessandro Decina <alessandro.decina@collabora.co.uk> Date: Wed Aug 25 15:39:33 2010 +0200 mp3parse: propagate flow errors upstream. Remove a wrong GST_FLOW_IS_FATAL call. When pushing fails, mp3parse should always return the error upstream.