diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-01-11 15:09:52 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-01-25 16:17:14 +0200 |
commit | 740e4999b302ad246f1120e59c9e49266c31b25a (patch) | |
tree | 972180ea11034e1a908040a4726e3c568c34fa3d | |
parent | c91c3d41fe53579bd657c9a2bfbafff50516c00c (diff) |
typefind: canonicalize signal name
-rw-r--r-- | plugins/elements/gsttypefindelement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gsttypefindelement.c b/plugins/elements/gsttypefindelement.c index 18a39bde7..e32adf71e 100644 --- a/plugins/elements/gsttypefindelement.c +++ b/plugins/elements/gsttypefindelement.c @@ -236,7 +236,7 @@ gst_type_find_element_class_init (GstTypeFindElementClass * typefind_class) * This signal gets emitted when the type and its probability has * been found. */ - gst_type_find_element_signals[HAVE_TYPE] = g_signal_new ("have_type", + gst_type_find_element_signals[HAVE_TYPE] = g_signal_new ("have-type", G_TYPE_FROM_CLASS (typefind_class), G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (GstTypeFindElementClass, have_type), NULL, NULL, gst_marshal_VOID__UINT_BOXED, G_TYPE_NONE, 2, |