summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-25 22:49:30 +0200
committerJens Georg <mail@jensge.org>2020-07-25 22:49:33 +0200
commite6ce96a6900907ba822dc45a51f50e11612c880b (patch)
treeb7bc977146ba4e82caf2f33299ee8fddc84105ce /src
parent21dc9c387acaaed84e9df79f5e6d6a7f76ce8ae0 (diff)
downloadrygel-e6ce96a6900907ba822dc45a51f50e11612c880b.tar.gz
gst-launch: Fix missing updated() call
This caused the plugin not to be active
Diffstat (limited to 'src')
-rw-r--r--src/plugins/gst-launch/rygel-gst-launch-root-container.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gst-launch/rygel-gst-launch-root-container.vala b/src/plugins/gst-launch/rygel-gst-launch-root-container.vala
index 8c5fbb99..aec8f8b5 100644
--- a/src/plugins/gst-launch/rygel-gst-launch-root-container.vala
+++ b/src/plugins/gst-launch/rygel-gst-launch-root-container.vala
@@ -90,6 +90,7 @@ public class Rygel.GstLaunch.RootContainer : SimpleContainer {
item.add_engine_resources.begin ();
this.add_child_item (item);
+ this.updated ();
}
} catch (GLib.Error err) {
debug ("GstLaunch failed item '%s': %s", name, err.message);