summaryrefslogtreecommitdiffstats
path: root/ext/musicbrainz
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-04 21:39:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-04 21:39:15 +0000
commitef255131dc7988d4ef77f76bbdf94cf44b428057 (patch)
tree8be770426404d31dec6d59f2d79fb4886503c54a /ext/musicbrainz
parent924ae90cef6508823f9edf14cb54d57e9aa9932a (diff)
downloadgst-plugins-bad-ef255131dc7988d4ef77f76bbdf94cf44b428057.tar.gz
gst-plugins-bad-ef255131dc7988d4ef77f76bbdf94cf44b428057.tar.bz2
gst-plugins-bad-ef255131dc7988d4ef77f76bbdf94cf44b428057.zip
fix headers fix signals to use - instead of _
Original commit message from CVS: fix headers fix signals to use - instead of _
Diffstat (limited to 'ext/musicbrainz')
-rw-r--r--ext/musicbrainz/gsttrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c
index 2a00376a..d70f0b6e 100644
--- a/ext/musicbrainz/gsttrm.c
+++ b/ext/musicbrainz/gsttrm.c
@@ -157,7 +157,7 @@ gst_musicbrainz_class_init (GstMusicBrainzClass *klass)
gobject_class->get_property = gst_musicbrainz_get_property;
gst_musicbrainz_signals[SIGNAL_SIGNATURE_AVAILABLE] =
- g_signal_new ("signature_available", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST,
+ g_signal_new ("signature-available", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstMusicBrainzClass, signature_available), NULL, NULL,
g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);