Skip to content
  • Philip Jägenstedt's avatar
    matroskademux: Ignore keyframe flag for non-video streams · b2ff8042
    Philip Jägenstedt authored
    When the keyframe bit of SimpleBlock Flags wasn't set, the buffer was being
    marked with GST_BUFFER_FLAG_DELTA_UNIT, causing all buffers to be skipped
    after a seek. This may be a problem with the Sorenson Squish encoder, but
    arguably the keyframe bit should only be applied to video.
    
    Fixes bug #620358.
    b2ff8042