GNOME Bugzilla – Bug 329798
[playbin] doesn't always give correct error message for missing plugins
Last modified: 2006-07-10 15:01:42 UTC
Removing mp3 plugins I sometimes get an 'Internal data flow error' message instead of the 'Totem could not play 'file:///home/cschalle/Shared/A/Akon - Lonely.mp3' message. Attach GST_DEBUG log.
Created attachment 58657 [details] GST_DEBUG log
I can finally reproduce this :)
Fixed in CVS: 2006-07-10 Tim-Philipp Müller <tim at centricular dot net> * gst/playback/gstdecodebin.c: (close_pad_link): Also emit 'unknown-type' signal (which should really be called unhandled-type) if we found potential decoders/demuxers in the registry but none of them worked in the end (as in the case where the plugins don't exist any longer but are still listed in the registry). Fixes #329798.