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
|
static void
|
||||||
plugin_added_func (GstRegistry *registry, GstPlugin *plugin, gpointer user_data)
|
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_features += plugin->numfeatures;
|
||||||
num_plugins++;
|
num_plugins++;
|
||||||
|
@ -101,6 +102,6 @@ int main (int argc,char *argv[])
|
||||||
|
|
||||||
g_print ("loaded %d plugins with %d features\n", num_plugins, num_features);
|
g_print ("loaded %d plugins with %d features\n", num_plugins, num_features);
|
||||||
|
|
||||||
return(0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue