directdrawsink: lower rank to secondary
Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
parent
be87d62fde
commit
be60b7d0de
@ -33,7 +33,7 @@
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
if (!gst_element_register (plugin, "directdrawsink", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "directdrawsink", GST_RANK_SECONDARY,
|
||||||
GST_TYPE_DIRECTDRAW_SINK))
|
GST_TYPE_DIRECTDRAW_SINK))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user