summaryrefslogtreecommitdiffstats
path: root/ext/cdaudio
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/cdaudio
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/cdaudio')
-rw-r--r--ext/cdaudio/gstcdaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c
index 31367417..0149e1ce 100644
--- a/ext/cdaudio/gstcdaudio.c
+++ b/ext/cdaudio/gstcdaudio.c
@@ -178,7 +178,7 @@ gst_cdaudio_class_init (GstCDAudioClass * klass)
0, 255, 255, G_PARAM_READWRITE));
gst_cdaudio_signals[TRACK_CHANGE] =
- g_signal_new ("track_change", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
+ g_signal_new ("track-change", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GstCDAudioClass, track_change), NULL, NULL,
gst_marshal_VOID__INT, G_TYPE_NONE, 1, G_TYPE_INT);