mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
directdrawsink: lower rank to secondary
Signed-off-by: David Schleef <ds@schleef.org>
This commit is contained in:
parent
be87d62fde
commit
be60b7d0de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue