[gstreamer-bugs] [Bug 361155] Add monotonic clock

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Oct 11 02:44:24 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=361155

  GStreamer | gstreamer (core) | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
  Attachment #74470|none                        |reviewed
               Flag|                            |




------- Comment #3 from Wim Taymans  2006-10-11 09:43 UTC -------
after some discussion on IRC:

1) an enum property "clock-type" to GstSystemClock with all the different
(available, check _POSIX_MONOTONIC_CLOCK, etc..) posix clocks would be better:
  - CLOCK_REALTIME
  - CLOCK_MONOTONIC
  - CLOCK_PROCESS_CPUTIME_ID
  - CLOCK_THREAD_CPUTIME_ID

2) if no posix clocks are available, only CLOCK_REALTIME is available and it
uses the portable g_get_current_time(). 

3) The default clock-type would be CLOCK_REALTIME for now.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list