After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698277 - Use gst_plugin_feature_rank_compare() API instead of duplicating the code in many places
Use gst_plugin_feature_rank_compare() API instead of duplicating the code in ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-18 09:29 UTC by sreerenj
Modified: 2013-04-19 08:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
decodebin: use _plugin_feature_rank_compare API instead of duplicating the code. (1.24 KB, patch)
2013-04-18 09:29 UTC, sreerenj
committed Details | Review
playbin: use _plugin_feature_rank_compare API instead of duplicating the code. (1.22 KB, patch)
2013-04-18 09:29 UTC, sreerenj
committed Details | Review
autodetect: use _plugin_feature_rank_compare API instead of duplicating the code. (5.53 KB, patch)
2013-04-18 09:31 UTC, sreerenj
committed Details | Review

Description sreerenj 2013-04-18 09:29:07 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.
Comment 1 sreerenj 2013-04-18 09:29:47 UTC
Created attachment 241806 [details] [review]
playbin: use _plugin_feature_rank_compare API instead of duplicating the code.
Comment 2 sreerenj 2013-04-18 09:31:14 UTC
Created attachment 241807 [details] [review]
autodetect: use _plugin_feature_rank_compare API instead of duplicating the code.

This is for gst-plugins-good.
Comment 3 Sebastian Dröge (slomo) 2013-04-18 12:00:41 UTC
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.