summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sys/osxaudio/gstosxaudio.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 31dbe4c6..efe328d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2008-08-26 Michael Smith <msmith@songbirdnest.com>
* sys/osxaudio/gstosxaudio.c:
+ Oops. Revert more completely.
+
+2008-08-26 Michael Smith <msmith@songbirdnest.com>
+
+ * sys/osxaudio/gstosxaudio.c:
Revert accidental element rename from testing.
2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
diff --git a/sys/osxaudio/gstosxaudio.c b/sys/osxaudio/gstosxaudio.c
index c6214548..9d639297 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, "osxaudiosink", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "osxaudiosink", GST_RANK_PRIMARY,
GST_TYPE_OSX_AUDIO_SINK)) {
return FALSE;
}
- if (!gst_element_register (plugin, "osxaudiosrc", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "osxaudiosrc", GST_RANK_PRIMARY,
GST_TYPE_OSX_AUDIO_SRC)) {
return FALSE;
}