mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
cleanup
Original commit message from CVS: cleanup
This commit is contained in:
parent
17d01b5d21
commit
cc2e4ffaaf
1 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,8 @@ static gint num_plugins = 0;
|
|||
static void
|
||||
plugin_added_func (GstRegistry *registry, GstPlugin *plugin, gpointer user_data)
|
||||
{
|
||||
g_print ("added plugin %s with %d feature(s)\n", plugin->name, plugin->numfeatures);
|
||||
g_print ("added plugin %s with %d feature(s)\n", plugin->name,
|
||||
plugin->numfeatures);
|
||||
|
||||
num_features += plugin->numfeatures;
|
||||
num_plugins++;
|
||||
|
|
Loading…
Reference in a new issue