1. 03 Jan, 2018 1 commit
    • Fix a bug that makes ClippingMediaSource not stop in some occasions. · ad95a147
      If ClippingMediaSource contains a child MediaSource with embedded metadata
      stream, and the embedded stream is being used, it can lead to
      ClippingMediaSource not be able to stop after the clipping end point. The
      reason being the metadata stream cannot read anymore sample, but it's also not
      end of source at that point. This CL fix this by changing the condition to
      check if the child stream cannot read anymore sample and it has read past the
      clipping end point.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=179918038
      hoangtc committed
  2. 15 Dec, 2017 14 commits
  3. 12 Dec, 2017 25 commits