From 2c4fc7cd4a89e2f202083a111deaf9ef69042ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 19 Oct 2008 12:39:30 +0000 Subject: 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) --- ChangeLog | 6 ++++++ common | 2 +- ext/apexsink/gstapexplugin.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index edb80dba..43cbaa06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-19 Tim-Philipp Müller + + * 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) + 2008-10-16 Jan Schmidt * configure.ac: diff --git a/common b/common index 46eefd2f..2802bb17 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 46eefd2f8474ee748864c59635be87b5a29317d1 +Subproject commit 2802bb17517a6cfbbb1be6da61ec19151be0750b 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); } -- cgit v1.2.1