Skip to content
Snippets Groups Projects
  1. Nov 23, 2017
  2. Oct 12, 2017
  3. Oct 11, 2017
  4. Oct 04, 2017
  5. Sep 29, 2017
  6. Sep 28, 2017
  7. 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
  8. Sep 25, 2017
  9. Sep 22, 2017
  10. Sep 20, 2017
  11. Sep 06, 2017
  12. Sep 05, 2017
  13. Aug 30, 2017
Loading