Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
  2. Nov 16, 2016
  3. Nov 15, 2016
  4. Nov 12, 2016
  5. Nov 01, 2016
  6. Oct 26, 2016
  7. Oct 25, 2016
  8. Oct 23, 2016
  9. Oct 21, 2016
  10. Oct 20, 2016
  11. Oct 17, 2016
  12. Oct 15, 2016
    • Stefan Sauer's avatar
      tests: add another check for buffer clipping and improve tests · 45ae3681
      Stefan Sauer authored
      Add a test that check that we handle time ranges (a range of time that maps to
      the same sample).
      Also update the other tests to use our check api to compare int64 values to get
      better output on failure.
      45ae3681
    • Stefan Sauer's avatar
      tests: clipping in TIME does not use the offset · dc92affd
      Stefan Sauer authored
      Simplify the test and test only what need to be tested.
      dc92affd
    • Stefan Sauer's avatar
      tests: cleanup libs/audio test · f625444b
      Stefan Sauer authored
      Split large tests into small tests and name them specifically. Use helpers to
      avoid repetition. Make sure the order in the file is the same as we add the to
      the suite.
      f625444b
    • Nirbheek Chauhan's avatar
      meson: Don't set c_std to gnu99 · d439da19
      Nirbheek Chauhan authored
      Use the default for each compiler on every platform instead. This
      improves our compatibility with compilers that don't have gnu99 as
      a c_std.
      d439da19
    • Nirbheek Chauhan's avatar
      meson: Add missing audio-enumtypes.h dep in audio-resampler static libs · 69abe1de
      Nirbheek Chauhan authored
      Seen on the Jenkins CI:
      
      FAILED: subprojects/gst-plugins-base/gst-libs/gst/audio/audio_resampler_sse41@sta/audio-resampler-x86-sse41.c.o
      ccache cc  '-Isubprojects/gst-plugins-base/gst-libs/gst/audio/audio_resampler_sse41@sta' '-fdiagnostics-color=always' '-I../subprojects/gst-plugins-base/gst-libs/gst/audio' '-Isubprojects/gst-plugins-base/gst-libs/gst/audio' '-Isubprojects/gst-plugins-base/.' '-I../subprojects/gst-plugins-base/.' '-Isubprojects/gst-plugins-base/gst-libs' '-I../subprojects/gst-plugins-base/gst-libs' '-Isubprojects/gstreamer/libs' '-I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' '-I../subprojects/gstreamer/.' '-pipe' '-Wall' '-Winvalid-pch' '-DHAVE_CONFIG_H' '-msse4.1' '-fPIC' '-O0' '-g' '-fPIC' '-I/usr/include/glib-2.0' '-I/usr/lib/glib-2.0/include' '-pthread' '-Isubprojects/gstreamer/gst' '-MMD' '-MQ' 'subprojects/gst-plugins-base/gst-libs/gst/audio/audio_resampler_sse41@sta/audio-resampler-x86-sse41.c.o' '-MF' 'subprojects/gst-plugins-base/gst-libs/gst/audio/audio_resampler_sse41@sta/audio-resampler-x86-sse41.c.o.d' -o 'subprojects/gst-plugins-base/gst-libs/gst/audio/audio_resampler_sse41@sta/audio-resampler-x86-sse41.c.o' -c ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler-x86-sse41.c
      In file included from ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler.h:24:0,
                       from ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler-private.h:23,
                       from ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler-macros.h:25,
                       from ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler-x86-sse41.h:23,
                       from ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio-resampler-x86-sse41.c:24:
      ../subprojects/gst-plugins-base/gst-libs/gst/audio/audio.h:26:39: fatal error: gst/audio/audio-enumtypes.h: No such file or directory
       #include <gst/audio/audio-enumtypes.h>
                                             ^
      compilation terminated.
      69abe1de
  13. Oct 14, 2016
  14. Oct 13, 2016
  15. Oct 12, 2016
  16. Oct 11, 2016
  17. Oct 07, 2016
  18. Oct 06, 2016
  19. Oct 05, 2016
  20. Oct 03, 2016
Loading