summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-27 00:08:20 +0000
committerMichael Smith <msmith@xiph.org>2008-08-27 00:08:20 +0000
commit295457b001b4b05bea518203ab10913ca704920b (patch)
treec08a1d5998f768cf3c793b8a29519fbeb453666e /sys/osxaudio
parent2e7ea63d43e173b4a7f66ffb6d92813b64469910 (diff)
sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
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 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;
}