-launch: connect to deep-notify with right name
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 20 Apr 2009 12:01:01 +0000 (14:01 +0200)
committerWim Taymans <wim@metal.(none)>
Mon, 11 May 2009 20:33:14 +0000 (22:33 +0200)
Connect to the right signal name with - instead of _.

tools/gst-launch.c

index 4cbcca2..b2dd335 100644 (file)
@@ -744,7 +744,7 @@ main (int argc, char *argv[])
   if (verbose) {
     gchar **exclude_list =
         exclude_args ? g_strsplit (exclude_args, ",", 0) : NULL;
-    g_signal_connect (pipeline, "deep_notify",
+    g_signal_connect (pipeline, "deep-notify",
         G_CALLBACK (gst_object_default_deep_notify), exclude_list);
   }
 #ifndef GST_DISABLE_LOADSAVE