projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efdfb1
)
glbasefilter: enable qos by default
author
Matthew Waters
<matthew@centricular.com>
Thu, 4 Feb 2016 06:31:03 +0000
(17:31 +1100)
committer
Matthew Waters
<matthew@centricular.com>
Thu, 4 Feb 2016 06:31:03 +0000
(17:31 +1100)
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
gst-libs/gst/gl/gstglbasefilter.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstglbasefilter.c
b/gst-libs/gst/gl/gstglbasefilter.c
index eca40bcdd373acf83372d64144dafce83a109faf..a4e97b929590c47d0e213715e521f1cb872144f4 100644
(file)
--- a/
gst-libs/gst/gl/gstglbasefilter.c
+++ b/
gst-libs/gst/gl/gstglbasefilter.c
@@
-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);
}