Skip to content
  • Youness Alaoui's avatar
    decodebin2: Prune old groups before switching to the new one · e2a038ac
    Youness Alaoui authored
    In order to allow for proper functionality when a decoder only supports
    one instance at a time (dsp), we must block the demuxer pads when they
    get created if they are not part of the active group, preventing buffers
    from being sent to the decoder (and initializing it through setcaps),
    then after we switch to a new group, we unblock the demuxer pads for
    the active groups. In the callback for the unblock, we prune the old
    groups, making sure the previous decoder instance is destroyed before
    we push a buffer to the new instance.
    e2a038ac