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>
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;
}