summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-12-11 13:43:19 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-12-11 13:43:19 +0000
commite822442495ad49a98d8d140d70cea9cca1e358d0 (patch)
tree123ceeda0dcaeeca131759a32613ae28cd39c3e6 /sys/osxaudio
parentd51b48bd6e5b90f7f2466b832b79692be2739465 (diff)
put the same mail for Zaheer Merali everywhere
Original commit message from CVS: put the same mail for Zaheer Merali everywhere
Diffstat (limited to 'sys/osxaudio')
-rw-r--r--sys/osxaudio/gstosxaudioelement.c2
-rw-r--r--sys/osxaudio/gstosxaudiosink.c2
-rw-r--r--sys/osxaudio/gstosxaudiosrc.c2
3 files changed, 3 insertions, 3 deletions
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 <zaheerabbas at merali.org>");
+ "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
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 <zaheerabbas at merali.org>");
+ "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
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 <zaheerabbas at merali.org>");
+ "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
/* Osxaudiosrc signals and args */