mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
-launch: connect to deep-notify with right name
Connect to the right signal name with - instead of _.
This commit is contained in:
parent
bd07633cc2
commit
53d3663139
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ main (int argc, char *argv[])
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
gchar **exclude_list =
|
gchar **exclude_list =
|
||||||
exclude_args ? g_strsplit (exclude_args, ",", 0) : NULL;
|
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);
|
G_CALLBACK (gst_object_default_deep_notify), exclude_list);
|
||||||
}
|
}
|
||||||
#ifndef GST_DISABLE_LOADSAVE
|
#ifndef GST_DISABLE_LOADSAVE
|
||||||
|
|
Loading…
Reference in a new issue