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 781409 - videoenc: use GST_ROUND_UP_N() macro
videoenc: use GST_ROUND_UP_N() macro
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal enhancement
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-17 15:06 UTC by Guillaume Desmottes
Modified: 2017-04-26 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoenc: use GST_ROUND_UP_N() macro (1.01 KB, patch)
2017-04-17 15:06 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2017-04-17 15:06:35 UTC
.
Comment 1 Guillaume Desmottes 2017-04-17 15:06:53 UTC
Created attachment 349948 [details] [review]
videoenc: use GST_ROUND_UP_N() macro

Makes the code much easier to read and understand.
Comment 2 Tim-Philipp Müller 2017-04-26 14:45:39 UTC
Comment on attachment 349948 [details] [review]
videoenc: use GST_ROUND_UP_N() macro

Thanks!

commit 623d2df5a3199b1d42208c7e9be5d237095fd4c5
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Apr 17 17:02:48 2017 +0200

    videoenc: use GST_ROUND_UP_N() macro
    
    Makes the code much easier to read and understand.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781409