From 53d36631393038c3c2c579f4b35990962432ff81 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Apr 2009 14:01:01 +0200 Subject: [PATCH] -launch: connect to deep-notify with right name Connect to the right signal name with - instead of _. --- tools/gst-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index 4cbcca2348..b2dd3355f2 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -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