Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
  2. Jan 12, 2019
  3. Dec 05, 2018
  4. Nov 15, 2018
  5. Nov 12, 2018
    • Jordan Petridіs's avatar
      Add Gitlab CI configuration · ae1bb83e
      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-project#29
      Verified
      ae1bb83e
  6. Nov 08, 2018
  7. Nov 05, 2018
  8. Oct 29, 2018
  9. Oct 15, 2018
    • Nirbheek Chauhan's avatar
      avcfg: Ensure that ternary operator always evaluates to int64 · 21a18e22
      Nirbheek Chauhan authored
      When building with MSVC, if the 3rd operator is a double, the entire
      expression always promoted double, and is then cast to int64.
      
      When TRUE, this evaluates to (gint64) (gdouble) (INT64_MAX)
      which overflows to INT64_MIN on MSVC, but not on C99 compilers.
      
      This causes us to fail the g_return_if_fail inside g_param_spec_int64
      when built with MSVC.
      21a18e22
  10. Oct 12, 2018
  11. Oct 09, 2018
    • Nirbheek Chauhan's avatar
      meson: Generate a pkgconfig file for gstlibav · 26585686
      Nirbheek Chauhan authored
      This matches all other plugins in the other gstreamer repos. This is
      also necessary for generating the correct libtool archive (.la) files
      in Cerbero which are needed for static linking on Android and iOS.
      26585686
  12. Oct 08, 2018
  13. Oct 01, 2018
  14. Sep 21, 2018
  15. Aug 15, 2018
  16. Jul 31, 2018
  17. Jul 26, 2018
  18. Jul 23, 2018
  19. Jul 19, 2018
  20. Jul 18, 2018
  21. Jul 16, 2018
  22. Jul 13, 2018
  23. Jul 12, 2018
Loading