mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
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)
This commit is contained in:
parent
bffed9fac1
commit
2c4fc7cd4a
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-10-19 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* 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 <jan.schmidt@sun.com>
|
2008-10-16 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 46eefd2f8474ee748864c59635be87b5a29317d1
|
Subproject commit 2802bb17517a6cfbbb1be6da61ec19151be0750b
|
|
@ -31,7 +31,7 @@
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
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);
|
GST_TYPE_APEX_SINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue