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 787855 - libs: encoder: change mbbrc from uint to enum
libs: encoder: change mbbrc from uint to enum
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-18 18:19 UTC by Víctor Manuel Jáquez Leal
Modified: 2017-09-19 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libs: encoder: change mbbrc from uint to enum (7.52 KB, patch)
2017-09-18 18:19 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2017-09-18 18:19:18 UTC
See commit description
Comment 1 Víctor Manuel Jáquez Leal 2017-09-18 18:19:23 UTC
Created attachment 360005 [details] [review]
libs: encoder: change mbbrc from uint to enum

Instead of handling the macroblock bitrate control as a integer, this
patch changes it as a enum, which is more self documented in the
GStreamer elements.
Comment 2 Víctor Manuel Jáquez Leal 2017-09-19 14:35:37 UTC
Attachment 360005 [details] pushed as e308b45 - libs: encoder: change mbbrc from uint to enum