mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
glbasefilter: enable qos by default
Improves the responsiveness of the pipeline when resources are close/above the limitations of the hardware. Any subclass that wishes not to enable qos can do so themselves. https://bugzilla.gnome.org/show_bug.cgi?id=761519
This commit is contained in:
parent
afd3624b28
commit
ed40eaca00
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ gst_gl_base_filter_class_init (GstGLBaseFilterClass * klass)
|
|||
static void
|
||||
gst_gl_base_filter_init (GstGLBaseFilter * filter)
|
||||
{
|
||||
gst_base_transform_set_qos_enabled (GST_BASE_TRANSFORM (filter), TRUE);
|
||||
|
||||
filter->priv = GST_GL_BASE_FILTER_GET_PRIVATE (filter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue