Skip to content
Snippets Groups Projects
  1. Sep 19, 2014
  2. Sep 11, 2014
  3. Aug 27, 2014
  4. Aug 11, 2014
  5. Jul 19, 2014
  6. Jul 11, 2014
  7. Jul 04, 2014
  8. Jun 28, 2014
  9. Jun 22, 2014
  10. Jun 03, 2014
  11. May 28, 2014
  12. May 26, 2014
  13. May 21, 2014
  14. May 16, 2014
  15. May 09, 2014
  16. May 03, 2014
  17. Apr 26, 2014
  18. Apr 10, 2014
  19. Apr 04, 2014
    • Vincent Penquerc'h's avatar
      mpeg2dec: do not reset the whole video info when setting size · 6b887060
      Vincent Penquerc'h authored
      New changes to gstvideo will reset all the video info state
      when calling _set_format, overwriting what was previously set
      in the preceding code.
      
      The comment says the following code is meant to preserve the
      pre-crop size, so let's just keep the size and related data
       as this does not seem to break anything else (this is what
      the _set_format call would have set before the change that
      reset all data, except the colorimetry).
      6b887060
Loading