Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Oct 20, 2020
  3. Dec 16, 2019
  4. Dec 03, 2019
  5. Sep 23, 2019
  6. Sep 19, 2019
  7. May 02, 2019
  8. Apr 18, 2019
  9. Apr 10, 2019
  10. Mar 27, 2019
  11. Mar 21, 2019
  12. Mar 04, 2019
  13. Feb 28, 2019
  14. Feb 26, 2019
  15. Feb 22, 2019
  16. Feb 12, 2019
    • Sebastian Dröge's avatar
      dvdreadsrc: Work around GCC9 compiler warning · aebb6bd9
      Sebastian Dröge authored
      It's technically true but not for this specific type.
      
      dvdreadsrc.c:394:65: error: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
        394 |       gst_dvd_read_src_make_clut_change_event (src, src->cur_pgc->palette);
            |                                                     ~~~~~~~~~~~~^~~~~~~~~
      aebb6bd9
  17. Jan 30, 2019
  18. Jan 25, 2019
  19. Jan 17, 2019
  20. Dec 30, 2018
  21. Dec 18, 2018
  22. Dec 05, 2018
  23. Nov 24, 2018
  24. Nov 12, 2018
    • Jordan Petridіs's avatar
      Add Gitlab CI configuration · 59d43105
      Jordan Petridіs authored
      This commit adds a .gitlab-ci.yml file, which uses a feature
      to fetch the config from a centralized repository. The intent is
      to have all the gstreamer modules use the same configuration.
      
      The configuration is currently hosted at the gst-ci repository
      under the gitlab/ci_template.yml path.
      
      Part of gstreamer/gstreamer-project#29
      59d43105
Loading