summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-10-19 12:39:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-10-19 12:39:30 +0000
commit2c4fc7cd4a89e2f202083a111deaf9ef69042ce0 (patch)
tree655019abe6a09b1ed9ccb4a77a9df0e1bd996bab /ext
parentbffed9fac1cae5831919b98756616147f9a5ecc7 (diff)
downloadgst-plugins-bad-2c4fc7cd4a89e2f202083a111deaf9ef69042ce0.tar.gz
gst-plugins-bad-2c4fc7cd4a89e2f202083a111deaf9ef69042ce0.tar.bz2
gst-plugins-bad-2c4fc7cd4a89e2f202083a111deaf9ef69042ce0.zip
ext/apexsink/gstapexplugin.c: Set apexsink's rank to NONE so it doesn't get used by autoaudiosink (there's no point r...
Original commit message from CVS: * ext/apexsink/gstapexplugin.c: (plugin_init): Set apexsink's rank to NONE so it doesn't get used by autoaudiosink (there's no point really). (#556588)
Diffstat (limited to 'ext')
-rw-r--r--ext/apexsink/gstapexplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/apexsink/gstapexplugin.c b/ext/apexsink/gstapexplugin.c
index 014d5a2d..7fb61985 100644
--- a/ext/apexsink/gstapexplugin.c
+++ b/ext/apexsink/gstapexplugin.c
@@ -31,7 +31,7 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- return gst_element_register (plugin, GST_APEX_SINK_NAME, GST_RANK_PRIMARY,
+ return gst_element_register (plugin, GST_APEX_SINK_NAME, GST_RANK_NONE,
GST_TYPE_APEX_SINK);
}