From e822442495ad49a98d8d140d70cea9cca1e358d0 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Sat, 11 Dec 2004 13:43:19 +0000 Subject: put the same mail for Zaheer Merali everywhere Original commit message from CVS: put the same mail for Zaheer Merali everywhere --- sys/osxaudio/gstosxaudioelement.c | 2 +- sys/osxaudio/gstosxaudiosink.c | 2 +- sys/osxaudio/gstosxaudiosrc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/osxaudio/gstosxaudioelement.c b/sys/osxaudio/gstosxaudioelement.c index 351d2c53..5295d374 100644 --- a/sys/osxaudio/gstosxaudioelement.c +++ b/sys/osxaudio/gstosxaudioelement.c @@ -44,7 +44,7 @@ static GstElementDetails gst_osxaudioelement_details = GST_ELEMENT_DETAILS ("Audio Mixer (OSX)", "Generic/Audio", "Mac OS X audio mixer element", - "Zaheer Abbas Merali "); + "Zaheer Abbas Merali "); static void gst_osxaudioelement_base_init (GstOsxAudioElementClass * klass); static void gst_osxaudioelement_class_init (GstOsxAudioElementClass * klass); diff --git a/sys/osxaudio/gstosxaudiosink.c b/sys/osxaudio/gstosxaudiosink.c index ac9ea011..3450563f 100644 --- a/sys/osxaudio/gstosxaudiosink.c +++ b/sys/osxaudio/gstosxaudiosink.c @@ -35,7 +35,7 @@ static GstElementDetails gst_osxaudiosink_details = GST_ELEMENT_DETAILS ("Audio Sink (Mac OS X)", "Sink/Audio", "Output to a Mac OS X CoreAudio Sound Device", - "Zaheer Abbas Merali "); + "Zaheer Abbas Merali "); static void gst_osxaudiosink_base_init (gpointer g_class); static void gst_osxaudiosink_class_init (GstOsxAudioSinkClass * klass); diff --git a/sys/osxaudio/gstosxaudiosrc.c b/sys/osxaudio/gstosxaudiosrc.c index 0edb8506..542887d1 100644 --- a/sys/osxaudio/gstosxaudiosrc.c +++ b/sys/osxaudio/gstosxaudiosrc.c @@ -38,7 +38,7 @@ static GstElementDetails gst_osxaudiosrc_details = GST_ELEMENT_DETAILS ("Audio Source (Mac OS X)", "Source/Audio", "Read from the sound card", - "Zaheer Abbas Merali "); + "Zaheer Abbas Merali "); /* Osxaudiosrc signals and args */ -- cgit