summaryrefslogtreecommitdiffstats
path: root/sys/oss
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-04 20:05:51 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-04 20:05:51 +0000
commit284327da55e36fcda8e9665b4e01f7d5a198d738 (patch)
tree343c2fb359e7e346a103991e83a5e142248e5190 /sys/oss
parent6af187c535f54a4cd71aa85fe7b204b4cec2eac4 (diff)
sys/oss/gstossaudio.c (plugin_init): Second-class citizen.
Original commit message from CVS: 2005-08-04 Andy Wingo <wingo@pobox.com> * 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.
Diffstat (limited to 'sys/oss')
-rw-r--r--sys/oss/gstossaudio.c2
1 files changed, 1 insertions, 1 deletions
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;
}