From da8915bfc1f94f18f451b342b856b728894370c6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 10 Jul 2005 12:52:20 +0000 Subject: more macro splitting; fix po problem Original commit message from CVS: more macro splitting; fix po problem --- ext/esd/esdsink.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/esd') diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c index 49702ce6..b27ce394 100644 --- a/ext/esd/esdsink.c +++ b/ext/esd/esdsink.c @@ -106,8 +106,8 @@ gst_esdsink_get_type (void) }; esdsink_type = - g_type_register_static (GST_TYPE_AUDIOSINK, "GstEsdSink", &esdsink_info, - 0); + g_type_register_static (GST_TYPE_AUDIO_SINK, "GstEsdSink", + &esdsink_info, 0); } return esdsink_type; } @@ -137,7 +137,7 @@ gst_esdsink_class_init (GstEsdSinkClass * klass) gstbaseaudiosink_class = (GstBaseAudioSinkClass *) klass; gstaudiosink_class = (GstAudioSinkClass *) klass; - parent_class = g_type_class_ref (GST_TYPE_AUDIOSINK); + parent_class = g_type_class_ref (GST_TYPE_AUDIO_SINK); gobject_class->dispose = gst_esdsink_dispose; -- cgit