Skip to content
  • Henry Wilkes's avatar
    nleobject: stop using media-duration-factor · dc9dbddb
    Henry Wilkes authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    The property had been deprecated and is unused.
    
    This property is not needed. Any internal time effect that an nleoperation
    wraps is itself responsible for converting seek/segment timestamps.
    Previously, the ghostpads were performing a rate conversion after the
    rate element had already done so, essentially doubling their effect on
    seeks and segment times. This was always unnecessary, but went unnoticed
    by the tempochange test because it was using an identity element rather
    than an actual rate-changing element.
    
    Part-of: <!160>
    dc9dbddb