mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
v4lsink: lower rank to MARGINAL
This commit is contained in:
parent
bf9d8dbbdc
commit
114ba3dc6e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
if (!gst_element_register (plugin, "v4l2src", GST_RANK_PRIMARY,
|
||||
GST_TYPE_V4L2SRC) ||
|
||||
!gst_element_register (plugin, "v4l2sink", GST_RANK_PRIMARY,
|
||||
!gst_element_register (plugin, "v4l2sink", GST_RANK_MARGINAL,
|
||||
GST_TYPE_V4L2SINK) ||
|
||||
/* !gst_element_register (plugin, "v4l2jpegsrc", */
|
||||
/* GST_RANK_NONE, GST_TYPE_V4L2JPEGSRC) || */
|
||||
|
|
Loading…
Reference in a new issue