GNOME Bugzilla – Bug 719670
x264enc: option-string are applied before other gstreamer properties
Last modified: 2016-02-21 22:12:14 UTC
Created attachment 263265 [details] [review] Patch to apply option-string (option_string_prop) after gstreamer option string Happens contrary to the property documentation so option-string won't override gstreamer option string. Might be because encoder->option_string_prop and encoder->option_string are a bit confusing.
Contrary to which documentation? I would read option-string : String of x264 options (overridden by element properties) as "option_string will override option_string_prop". Same for: * If a preset/tuning are specified then these will define the default values and * the property defaults will be ignored. After this the option-string property is * applied, followed by the user-set properties, fast first pass restrictions and * finally the profile restrictions.
I must have misread it then. Sorry.
Did this solve something for you?
Well, yes, but it's very specific use case. I want users to be able to override x264 arguments that I set through properties. However if this really works as intended (as it seems), I can just keep the patch or configure everything through option-string.
So let's close this then? Or is there anything left to be done that can be improved?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!