summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-26 23:57:05 +0000
committerMichael Smith <msmith@xiph.org>2008-08-26 23:57:05 +0000
commit2e7ea63d43e173b4a7f66ffb6d92813b64469910 (patch)
tree31cdd58438d866bb42b2f0f0e2d09a79c7c66949 /sys/osxaudio
parentbd1dacf1631cc2c457e55f035a87c3f6b0f37753 (diff)
sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.
Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.
Diffstat (limited to 'sys/osxaudio')
-rw-r--r--sys/osxaudio/gstosxaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/osxaudio/gstosxaudio.c b/sys/osxaudio/gstosxaudio.c
index 89232842..c6214548 100644
--- a/sys/osxaudio/gstosxaudio.c
+++ b/sys/osxaudio/gstosxaudio.c
@@ -56,11 +56,11 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "fixedosxaudiosink", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "osxaudiosink", GST_RANK_PRIMARY + 1,
GST_TYPE_OSX_AUDIO_SINK)) {
return FALSE;
}
- if (!gst_element_register (plugin, "fixedosxaudiosrc", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "osxaudiosrc", GST_RANK_PRIMARY + 1,
GST_TYPE_OSX_AUDIO_SRC)) {
return FALSE;
}