summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-10-07 21:51:38 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-08 13:16:11 +0200
commit8b9799aeb1d634f0ef2880b20617d64e2a3d248e (patch)
treeb94bd9f0cefe471ebab6c3f829567754a00e1522
parent6362551c50672f4704c74f391a3759560e36597c (diff)
oss: Downgrade the rank of osssrc to SECONDARY
which is the same rank as osssink has. Fixes bug #597730.
-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 aa70b094..2a181e84 100644
--- a/sys/oss/gstossaudio.c
+++ b/sys/oss/gstossaudio.c
@@ -35,7 +35,7 @@ plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "ossmixer", GST_RANK_NONE,
GST_TYPE_OSS_MIXER_ELEMENT) ||
- !gst_element_register (plugin, "osssrc", GST_RANK_PRIMARY,
+ !gst_element_register (plugin, "osssrc", GST_RANK_SECONDARY,
GST_TYPE_OSS_SRC) ||
!gst_element_register (plugin, "osssink", GST_RANK_SECONDARY,
GST_TYPE_OSSSINK)) {