summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/colorbalance/colorbalancechannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/colorbalance/colorbalancechannel.c')
-rw-r--r--gst-libs/gst/colorbalance/colorbalancechannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/colorbalance/colorbalancechannel.c b/gst-libs/gst/colorbalance/colorbalancechannel.c
index e8c6e87b..b8a4eebd 100644
--- a/gst-libs/gst/colorbalance/colorbalancechannel.c
+++ b/gst-libs/gst/colorbalance/colorbalancechannel.c
@@ -74,7 +74,7 @@ gst_color_balance_channel_class_init (GstColorBalanceChannelClass *klass)
parent_class = g_type_class_ref (G_TYPE_OBJECT);
signals[SIGNAL_VALUE_CHANGED] =
- g_signal_new ("value_changed", G_TYPE_FROM_CLASS (klass),
+ g_signal_new ("value-changed", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstColorBalanceChannelClass,
value_changed),