sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.
This commit is contained in:
parent
2e7ea63d43
commit
295457b001
@ -1,3 +1,8 @@
|
||||
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:
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user