sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
authorMichael Smith <msmith@xiph.org>
Wed, 27 Aug 2008 00:08:20 +0000 (00:08 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 27 Aug 2008 00:08:20 +0000 (00:08 +0000)
Original commit message from CVS:
* sys/osxaudio/gstosxaudio.c:
Oops. Revert more completely.

ChangeLog
sys/osxaudio/gstosxaudio.c

index 31dbe4c..efe328d 100644 (file)
--- 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>
index c621454..9d63929 100644 (file)
@@ -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;
   }