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 401781 - [API] add GST_ROUND_DOWN_* macros
[API] add GST_ROUND_DOWN_* macros
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-28 18:31 UTC by Tim-Philipp Müller
Modified: 2007-01-29 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
propsed API addition of GST_ROUND_DOWN_* macros (3.27 KB, patch)
2007-01-28 18:31 UTC, Tim-Philipp Müller
none Details | Review

Description Tim-Philipp Müller 2007-01-28 18:31:10 UTC
We've got GST_ROUND_UP_* macros, but no GST_ROUND_DOWN_* macros. Might be nice to have, since it makes code more readable IMHO.
Comment 1 Tim-Philipp Müller 2007-01-28 18:31:42 UTC
Created attachment 81383 [details] [review]
propsed API addition of GST_ROUND_DOWN_* macros
Comment 2 Wim Taymans 2007-01-29 10:27:59 UTC
Needs some "Since: 0.10.12"
Comment 3 Tim-Philipp Müller 2007-01-29 13:41:29 UTC
Had these already in my local version. Committed with 'Since' bits added:

  2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>

       * docs/gst/gstreamer-sections.txt:
       * gst/gstutils.h:
         API: add GST_ROUND_DOWN_* macros (#401781).