[Bug 757941] vaapiencode: Allow to set profiles via capsfilters

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 20 16:01:10 UTC 2017


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

Víctor Manuel Jáquez Leal <vjaquez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #353052|none                        |needs-work
             status|                            |

--- Comment #16 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 353052:
 --> (https://bugzilla.gnome.org/review?bug=757941&attachment=353052)

::: gst/vaapi/gstvaapiencode_h264.c
@@ +327,3 @@
+      /* Check if there's already profile specified */
+      if (!is_profile && gst_structure_has_field_typed (structure, "profile",
+              G_TYPE_STRING))

The problem here is that the profile can be a GST_TYPE_LIST.

What I'm thinking to do here (and in all the encoders) is to fixate the caps

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


More information about the gstreamer-bugs mailing list