mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
osxvideosink: Set rank to MARGINAL
If available we prefer using glimagesink over osxvideosink. It supports more formats and in general has more features than osxvideosink.
This commit is contained in:
parent
eaee14aff4
commit
7c006edf8d
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "osxvideosink",
|
if (!gst_element_register (plugin, "osxvideosink",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_OSX_VIDEO_SINK))
|
GST_RANK_MARGINAL, GST_TYPE_OSX_VIDEO_SINK))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_debug_osx_video_sink, "osxvideosink", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_debug_osx_video_sink, "osxvideosink", 0,
|
||||||
|
|
Loading…
Reference in a new issue