diff --git a/girs/GES-1.0.gir b/girs/GES-1.0.gir index 809b86c2d3..8e403664f7 100644 --- a/girs/GES-1.0.gir +++ b/girs/GES-1.0.gir @@ -3202,7 +3202,7 @@ if no track elements are created or an error occurred. - + @@ -3218,7 +3218,7 @@ if no track elements are created or an error occurred. - + Retrieves information about a URI from and external source of information, like a cache file. This is used by the discoverer to speed up the discovery. diff --git a/subprojects/gst-editing-services/ges/ges-discoverer-manager.c b/subprojects/gst-editing-services/ges/ges-discoverer-manager.c index 08e0df54a5..8305a32c44 100644 --- a/subprojects/gst-editing-services/ges/ges-discoverer-manager.c +++ b/subprojects/gst-editing-services/ges/ges-discoverer-manager.c @@ -151,7 +151,7 @@ ges_discoverer_manager_class_init (GESDiscovererManagerClass * klass) */ signals[LOAD_SERIALIZED_INFO_SIGNAL] = g_signal_new ("load-serialized-info", G_TYPE_FROM_CLASS (klass), - G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, GST_TYPE_DISCOVERER_INFO, 1, G_TYPE_STRING); /** @@ -164,7 +164,7 @@ ges_discoverer_manager_class_init (GESDiscovererManagerClass * klass) */ signals[DISCOVERER_SIGNAL] = g_signal_new ("discovered", G_TYPE_FROM_CLASS (klass), - G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_SIGNAL_RUN_LAST, 0, NULL, NULL, NULL, G_TYPE_NONE, 2, GST_TYPE_DISCOVERER_INFO, G_TYPE_ERROR); }