mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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
|
||||
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))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue