[Bug 788058] Use GObject properties in GstVaapiDisplay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 22 18:07:14 UTC 2017


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

--- Comment #6 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 360283
  --> https://bugzilla.gnome.org/attachment.cgi?id=360283&action=edit
vaapisink: use GObject setter and getter

Instead of using gst_vaapi_display_set_property() or
gst_vaapi_display_get_property(), this patch set replace it usage
with g_object_set() or g_object_get().

Also the internal helper cb_set_value() is removed since it is not
used anymore.

-- 
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