1. 24 Jan, 2019 4 commits
  2. 23 Jan, 2019 1 commit
  3. 22 Jan, 2019 2 commits
  4. 16 Jan, 2019 1 commit
  5. 15 Jan, 2019 1 commit
  6. 14 Jan, 2019 5 commits
  7. 04 Jan, 2019 8 commits
  8. 03 Jan, 2019 2 commits
    • Olivier Crête's avatar
    • Jan Tojnar's avatar
      meson: fix test-gstreamer · 02de1fa1
      Jan Tojnar authored
      On Nix, test-gstreamer fails with
      
      	36/38 test-gstreamer                          FAIL     0.07 s (exit status 1)
      
      	--- command ---
      	BUILT_WITH_MESON='1' /build/libnice/build/tests/nice-test-gstreamer
      	--- stdout ---
      	Running suite(s): nice_gstreamer_test
      	0%: Checks: 1, Failures: 1, Errors: 0
      	../libs/gst/check/gstcheck.c:466:F:nice:buffer_list_test:0: Could not create a 'nicesink' element
      	Check suite udpsink ran in 0.002s (tests failed: 1)
      	-------
      
      Let’s add the build directory to GST_PLUGIN_SYSTEM_PATH_1_0, so that
      the test can find the built GStreamer element.
      02de1fa1
  9. 02 Jan, 2019 2 commits
  10. 27 Dec, 2018 13 commits
  11. 23 Dec, 2018 1 commit
    • Tim-Philipp Müller's avatar
      meson: Allow building of g-i with static libs. · 94a78215
      Tim-Philipp Müller authored
      Allow building of g-i with static libs which should
      work since Meson 0.49 and sufficiently recent
      gobject-introspection (>= 1.58.1). If g-i is too
      old people will get a suitable error message and
      can disable g-i via build options.
      94a78215