Skip to content
  • Jonas Holmberg's avatar
    Implement the systemclock with gstpoll · abffdb2a
    Jonas Holmberg authored
    Add a property to select the clock type, currently REALTIME and MONOTONIC when
    posix timers are available.
    
    Implement the systemclock with GstPoll instead of GCond. This allows us to
    schedule timeouts with nanosecond precission on newer kernels and with ppoll
    support. It's also resilient to changes to the systemclock because of NTP or
    similar.
    abffdb2a