[Bug 734093] vaapidecode: allow for per-codec element split

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 10 18:04:38 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #323622|none                        |reviewed
             status|                            |

--- Comment #31 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 323622:
 --> (https://bugzilla.gnome.org/review?bug=734093&attachment=323622)

::: gst/vaapi/gstvaapidecode.c
@@ +1091,3 @@
 static void
 gst_vaapidecode_base_init (GstVaapiDecodeClass * klass)
 {

This can all be in class_init ...

@@ +1210,3 @@
+    if (!type) {
+      /* create the gtype now */
+      type = g_type_register_static (GST_TYPE_VIDEO_DECODER, type_name,

... because this is GST_TYPE_VIDEO_DECODER for all and not
GST_TYPE_VAAPI_DECODER for all but the base one

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