Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
  2. Mar 19, 2018
  3. Mar 14, 2018
  4. Mar 13, 2018
  5. Mar 12, 2018
  6. Jan 29, 2018
  7. Jan 26, 2018
  8. Jan 12, 2018
  9. Jan 02, 2018
  10. Dec 01, 2017
  11. Nov 23, 2017
  12. Oct 12, 2017
  13. Oct 11, 2017
  14. Oct 04, 2017
  15. Sep 29, 2017
  16. Sep 28, 2017
  17. Sep 26, 2017
    • Thibault Saunier's avatar
      Make GstVideo/AudioInfo GLib.Opaque structures · b5beac12
      Thibault Saunier authored
      So that we generate a ABI compatible structure and make it working.
      Also this is the way we do it for almost all other structures of this
      kind.
      
      I first tried to keep having a managed structure that properly matches
      the C structure ABI generating in the gtk-sharp generator Explicit structure
      for the union as we do with non managed structures but this is not
      possible and leads to the following assertion in mono:
      
          Type Gst.Video.VideoInfo/__ABI which has an [ExplicitLayout] attribute cannot have a reference field at the same offset as another field.
      
      This sensibly changes the API but I bet noone will even notice.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=788133
      b5beac12
    • Thibault Saunier's avatar
      meson: Fix generation of nugets. · 78b259e3
      Thibault Saunier authored
      78b259e3
  18. Sep 25, 2017
  19. Sep 22, 2017
Loading