summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.c
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 /gst-libs/gst/play/play.c
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 'gst-libs/gst/play/play.c')
-rw-r--r--gst-libs/gst/play/play.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/play/play.c b/gst-libs/gst/play/play.c
index e507acb7..081af994 100644
--- a/gst-libs/gst/play/play.c
+++ b/gst-libs/gst/play/play.c
@@ -559,16 +559,16 @@ gst_play_class_init (GstPlayClass *klass)
element_class->state_change = gst_play_state_change;
gst_play_signals[TIME_TICK] =
- g_signal_new ("time_tick", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
+ g_signal_new ("time-tick", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GstPlayClass, time_tick), NULL, NULL,
gst_marshal_VOID__INT64, G_TYPE_NONE, 1, G_TYPE_INT64);
gst_play_signals[STREAM_LENGTH] =
- g_signal_new ("stream_length", G_TYPE_FROM_CLASS (klass),
+ g_signal_new ("stream-length", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GstPlayClass, stream_length), NULL, NULL,
gst_marshal_VOID__INT64, G_TYPE_NONE, 1, G_TYPE_INT64);
gst_play_signals[HAVE_VIDEO_SIZE] =
- g_signal_new ("have_video_size", G_TYPE_FROM_CLASS (klass),
+ g_signal_new ("have-video-size", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GstPlayClass, have_video_size), NULL, NULL,
gst_marshal_VOID__INT_INT, G_TYPE_NONE, 2,