mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.
Original commit message from CVS: * sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.
This commit is contained in:
parent
bd1dacf163
commit
2e7ea63d43
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2008-08-27 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* gst-plugins-good.doap:
|
* gst-plugins-good.doap:
|
||||||
|
|
|
@ -56,11 +56,11 @@ static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "fixedosxaudiosink", GST_RANK_PRIMARY + 1,
|
if (!gst_element_register (plugin, "osxaudiosink", GST_RANK_PRIMARY + 1,
|
||||||
GST_TYPE_OSX_AUDIO_SINK)) {
|
GST_TYPE_OSX_AUDIO_SINK)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (!gst_element_register (plugin, "fixedosxaudiosrc", GST_RANK_PRIMARY + 1,
|
if (!gst_element_register (plugin, "osxaudiosrc", GST_RANK_PRIMARY + 1,
|
||||||
GST_TYPE_OSX_AUDIO_SRC)) {
|
GST_TYPE_OSX_AUDIO_SRC)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue