summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstossaudio.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-23 09:46:29 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-23 09:46:29 +0000
commitffaaa7528a2348853c1a89963646012f2edba310 (patch)
treebe82a4e040013dcfef1596c87acdf13423c5d621 /sys/oss/gstossaudio.c
parent86eb113de104057812506e7b694e9f0eda1cbef7 (diff)
sys/oss/gstosssrc.*: Totally ported, dude.
Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.h: * sys/oss/gstosssrc.c: Totally ported, dude. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Add osssrc. * sys/oss/gstosssink.c: We do native byte order.
Diffstat (limited to 'sys/oss/gstossaudio.c')
-rw-r--r--sys/oss/gstossaudio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c
index 4b30faf6..65cf7037 100644
--- a/sys/oss/gstossaudio.c
+++ b/sys/oss/gstossaudio.c
@@ -35,9 +35,9 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
if ( /*!gst_element_register (plugin, "ossmixer", GST_RANK_PRIMARY,
- GST_TYPE_OSSELEMENT) ||
- !gst_element_register (plugin, "osssrc", GST_RANK_PRIMARY,
- GST_TYPE_OSSSRC) || */
+ GST_TYPE_OSSELEMENT) || */
+ !gst_element_register (plugin, "osssrc", GST_RANK_PRIMARY,
+ GST_TYPE_OSS_SRC) ||
!gst_element_register (plugin, "osssink", GST_RANK_SECONDARY,
GST_TYPE_OSSSINK)) {
return FALSE;