Skip to content
  • Mathieu Duponchelle's avatar
    video-converter: switch to using a task pool .. · c50f4477
    Mathieu Duponchelle authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    .. and make use of that API in videoaggregator.
    
    When setting certain properties, such as cropping or the scaled
    size of pads, a new converter is created by videoaggregator.
    
    Before that patch, this implied spawning new threads, potentially
    at each aggregate cycle when interpolating pad properties. This
    is obviously wasteful, and re-using a task pool removes that
    overhead.
    
    Part-of: <gstreamer/gst-plugins-base!896>
    c50f4477