GNOME Bugzilla – Bug 791331
x264enc: add 'insert-vui' property
Last modified: 2017-12-08 20:41:45 UTC
Created attachment 365179 [details] [review] x264enc: add 'use-vui' property for users to choose VUI(Video Usability Information) parameters should be set according to the specification. However, some of the existing hardware decoders refuse to decode in certain combinations of the resolution and VUI parameters. To support the legacy decoders, this patch provides 'use-vui' to skip the settings.
Review of attachment 365179 [details] [review]: Patch is good, I just don't like the use-vui name as we're not using a VUI, we're creating and inserting it (hence the propose rename to "insert-vui") ::: ext/x264/gstx264enc.c @@ +943,3 @@ + g_object_class_install_property (gobject_class, ARG_SLICED_THREADS, + g_param_spec_boolean ("use-vui", "Use VUI", + "Use VUI when encoder is initialized", Description should be somethign like "Insert VUI NAL in stream", and maybe the name of the param should be something like "insert-vui"
Created attachment 365222 [details] [review] x264enc: add 'insert-vui' property Rename to 'insert-vui'
Patch merged, looks good