Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
  2. Dec 01, 2015
  3. Nov 23, 2015
  4. Nov 12, 2015
  5. Nov 09, 2015
  6. Nov 03, 2015
  7. Oct 30, 2015
  8. Oct 16, 2015
  9. Oct 14, 2015
  10. Oct 13, 2015
    • Luis de Bethencourt's avatar
      avviddec: only free config when pool doesn't take ownership · 64124ef0
      Luis de Bethencourt authored
      Since gst_buffer_pool_set_config() takes ownership of the config structure,
      it is only necessary to free the structure before using it when the true
      branch of if (gst_buffer_pool_config_validate_params) hasn't run.
      
      gst_buffer_pool_set_config() always takes ownership of the structure
      regardless of success or failure. Which means the return, checked with
      if (!working_pool), has no relation to the state of the structure.
      
      CID #1320708
      64124ef0
  11. Oct 05, 2015
  12. Sep 25, 2015
  13. Sep 18, 2015
  14. Sep 15, 2015
  15. Sep 12, 2015
  16. Aug 23, 2015
  17. Aug 20, 2015
  18. Aug 19, 2015
  19. Aug 17, 2015
  20. Aug 16, 2015
  21. Aug 15, 2015
  22. Aug 14, 2015
  23. Aug 05, 2015
  24. Aug 04, 2015
  25. Jul 28, 2015
  26. Jul 27, 2015
    • Olivier Crête's avatar
      avviddec: Get code out of loop · 1a127d19
      Olivier Crête authored
      Code was executed only on the first iteration, so just pull it out
      of the loop entirely. This makes it clear it has nothing to do with the loop.
      1a127d19
Loading