From 284327da55e36fcda8e9665b4e01f7d5a198d738 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 4 Aug 2005 20:05:51 +0000 Subject: sys/oss/gstossaudio.c (plugin_init): Second-class citizen. Original commit message from CVS: 2005-08-04 Andy Wingo * sys/oss/gstossaudio.c (plugin_init): Second-class citizen. * gst/videobox/gstvideobox.c (gst_video_box_get_size): Update for API changes. * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_VIDEOSINK): Set to autoaudiosink and autovideosink. --- sys/oss/gstossaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/oss') diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c index 4b5866df..4b30faf6 100644 --- a/sys/oss/gstossaudio.c +++ b/sys/oss/gstossaudio.c @@ -38,7 +38,7 @@ plugin_init (GstPlugin * plugin) GST_TYPE_OSSELEMENT) || !gst_element_register (plugin, "osssrc", GST_RANK_PRIMARY, GST_TYPE_OSSSRC) || */ - !gst_element_register (plugin, "osssink", GST_RANK_PRIMARY, + !gst_element_register (plugin, "osssink", GST_RANK_SECONDARY, GST_TYPE_OSSSINK)) { return FALSE; } -- cgit