-launch: connect to deep-notify with right name

Connect to the right signal name with - instead of _.
This commit is contained in:
Wim Taymans 2009-04-20 14:01:01 +02:00 committed by Wim Taymans
parent bd07633cc2
commit 53d3663139

View 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