GNOME Bugzilla – Bug 770692
playbackutils: Move compare_factories_func
Last modified: 2016-09-30 07:04:27 UTC
_decode_bin_compare_factories_func is commonly used in decodebin2, uridecodebin and urisourcebi, so I moved it to the playbackutils.
Created attachment 334583 [details] [review] playbackutils: Move compare_factories_func
Comment on attachment 334583 [details] [review] playbackutils: Move compare_factories_func Good to go after 1.9.2
Review of attachment 334583 [details] [review]: ::: gst/playback/gstplaybackutils.h @@ +34,3 @@ gboolean isaudioelement); +gint +gst_playback_utils_compare_factories_func (gconstpointer p1, gconstpointer p2); All the things in gstplaybackutils.h should get a G_GNUC_INTERNAL though. In another commit.
commit 32aebd7baf774cf27c352b9c83f316622caf191e Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu Sep 1 13:07:07 2016 +0300 playback: Mark internal functions as G_GNUC_INTERNAL commit 0cc3f199cac0f9b1803fffe8660aea299e7585ff Author: Wonchul Lee <wonchul.lee@collabora.com> Date: Thu Sep 1 14:47:02 2016 +0900 playbackutils: Move compare_factories_func Move _decode_bin_compare_factories_func function to playbackutils https://bugzilla.gnome.org/show_bug.cgi?id=770692 Attachment 334583 [details] pushed as 0cc3f19 - playbackutils: Move compare_factories_func