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
@ -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…
x
Reference in New Issue
Block a user