mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
v4l2transform: Enabled QoS
This commit is contained in:
parent
62605e11eb
commit
3500e44f17
1 changed files with 2 additions and 0 deletions
|
@ -597,6 +597,8 @@ static void
|
|||
gst_v4l2_transform_init (GstV4l2Transform * self)
|
||||
{
|
||||
/* V4L2 object are created in subinstance_init */
|
||||
/* enable QoS */
|
||||
gst_base_transform_set_qos_enabled (GST_BASE_TRANSFORM (self), TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue