summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/propertyprobe
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/propertyprobe')
-rw-r--r--gst-libs/gst/propertyprobe/propertyprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/propertyprobe/propertyprobe.c b/gst-libs/gst/propertyprobe/propertyprobe.c
index ea242430..85a98932 100644
--- a/gst-libs/gst/propertyprobe/propertyprobe.c
+++ b/gst-libs/gst/propertyprobe/propertyprobe.c
@@ -70,7 +70,7 @@ gst_property_probe_iface_init (GstPropertyProbeInterface *iface)
if (!initialized) {
gst_property_probe_signals[SIGNAL_PROBE_NEEDED] =
- g_signal_new ("probe_needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST,
+ g_signal_new ("probe-needed", G_TYPE_FROM_CLASS (iface), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstPropertyProbeInterface, probe_needed),
NULL, NULL, g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 1, G_TYPE_POINTER);