GNOME Bugzilla – Bug 698277
Use gst_plugin_feature_rank_compare() API instead of duplicating the code in many places
Last modified: 2013-04-19 08:38:06 UTC
Created attachment 241805 [details] [review] decodebin: use _plugin_feature_rank_compare API instead of duplicating the code. Use gst_plugin_feature_rank_compare() API where ever it is possible instead of duplicating the code.
Created attachment 241806 [details] [review] playbin: use _plugin_feature_rank_compare API instead of duplicating the code.
Created attachment 241807 [details] [review] autodetect: use _plugin_feature_rank_compare API instead of duplicating the code. This is for gst-plugins-good.
commit 504360fe36429a8a9a5628a91dbc3c35ba68b495 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Apr 18 12:20:08 2013 +0300 autodetect: use _plugin_feature_rank_compare API instead of duplicating the code. commit 9c94a1812f7cc99cc4134d6abb9b0c2998f1a80f Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Apr 18 12:07:37 2013 +0300 playbin: use _plugin_feature_rank_compare API instead of duplicating the code. commit 8cf604964327abc18e9da7a999b783f3c34f547b Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Thu Apr 18 12:03:29 2013 +0300 decodebin: use _plugin_feature_rank_compare API instead of duplicating the code.