mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
One little fixes
Original commit message from CVS: One little fixes
This commit is contained in:
parent
005a79ba91
commit
56023e379d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static gint num_plugins = 0;
|
|||
static void
|
||||
plugin_added_func (GstRegistry *registry, GstPlugin *plugin, gpointer user_data)
|
||||
{
|
||||
g_print ("added plugin %s with %d features\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