GNOME Bugzilla – Bug 588523
smarter sink selection in playbin2
Last modified: 2009-08-06 12:55:23 UTC
* playbin2 should not try any fallbacks if a specific sink was given by the app, as the automatically choosen sink might not be desired * the fallback should not try xvimagesink/alsasink, but the use the DEFAULT_*SINK from config.h patch follows
Created attachment 138382 [details] [review] better sink selection
Created attachment 138395 [details] [review] better sink selection Fix check for defines being different from auto*sink. Also fix error messages.
I agree.
commit 007da066458faaa88b30eb93d765c4caef5b314f Author: Stefan Kost <ensonic@users.sf.net> Date: Tue Jul 14 12:33:29 2009 +0300 playbin2: smarter sink selection. Fixes #588523 Don't do fallbacks if application specified a sink element. When doing the fallback use configured default elements instead of hardcoded linux only elements. Improve error messages accordingly.