[Bug 732265] vaapidecode: h264: add support for decoding MVC base views only
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 26 15:07:52 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=732265
Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #356380|none |rejected
status| |
--- Comment #18 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 356380:
--> (https://bugzilla.gnome.org/review?bug=732265&attachment=356380)
::: gst/vaapi/gstvaapidecode_props.c
@@ +115,3 @@
+
+gboolean
+gst_vaapi_decode_get_base_only (GObject * object)
from my point of view this function makes little sense. You can add in
gstvaapidecode.c something like this:
if (g_object_class_find_property(G_OBJECT_GET_CLASS(decode),"base-only")) {
g_object_get (decode, "base-only", &base_only, NULL)
}
--
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