[Bug 783588] vaapidecoder: Add framework for codec-specific properties

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jul 9 16:57:32 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783588

--- Comment #24 from Matt Staples <staples255 at gmail.com> ---
Review of attachment 355111:
 --> (https://bugzilla.gnome.org/review?bug=783588&attachment=355111)

::: gst/vaapi/gstvaapidecode_props.c
@@ +41,3 @@
+  switch (prop_id) {
+    case GST_VAAPI_DECODER_H264_PROP_FORCE_LOW_LATENCY:
+      g_value_set_boolean (value, priv->is_low_latency);

Although it's not necessary for the low-latency property, this doesn't
currently handle dynamic changes to the property value once the h264 decoder
object has been constructed.  For future properties that might need it, is
there a way to extend this to handle dynamic updates to an already-existing
decoder object?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list