After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796973 - x264param is initialized twice
x264param is initialized twice
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-08-16 13:01 UTC by Jan Alexander Steffens (heftig)
Modified: 2018-08-16 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
x264enc: Remove superfluous x264_param_default (2.20 KB, patch)
2018-08-16 13:04 UTC, Jan Alexander Steffens (heftig)
committed Details | Review

Description Jan Alexander Steffens (heftig) 2018-08-16 13:01:57 UTC
It seems that x264enc pointlessly initializes the x264 parameters twice in succession, once without a preset and once with.
Comment 1 Jan Alexander Steffens (heftig) 2018-08-16 13:04:44 UTC
Created attachment 373357 [details] [review]
x264enc: Remove superfluous x264_param_default
Comment 2 Sebastian Dröge (slomo) 2018-08-16 13:43:18 UTC
Attachment 373357 [details] pushed as 484ee3e - x264enc: Remove superfluous x264_param_default