Skip to content
Snippets Groups Projects
  1. Feb 24, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 20, 2017
  5. Feb 18, 2017
  6. Feb 15, 2017
  7. Feb 14, 2017
  8. Feb 08, 2017
  9. Jan 31, 2017
  10. Jan 27, 2017
  11. Jan 26, 2017
    • Julien Isorce's avatar
      baseparse: correctly handle non-flush seek · b2c05cac
      Julien Isorce authored
      Otherwise when seeking/looping to the start when reaching the end,
      the sink waits for the duration of the stream. So the user hears
      nothing for the duration of the stream before it actually loop again.
      See example attached to the bug for that.
      
      Existing test:
      gst-plugins-good/tests/icles/test-segment-seeks foo.flac
      Without the patch the user hears a crack/cut at each seek.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=777780
      b2c05cac
  12. Jan 24, 2017
    • Stian Selnes's avatar
      check: Add API to filter g_warning/g_critical etc · 0c36e576
      Stian Selnes authored
      New API functions to filter log messages before they are processed by
      GstCheck. This can be used to discard specific messages that are
      accepted by the test or to add callbacks that test specific messages.
      
      Default bevavior when no callback is given to a filter is to discard the
      message, because it does not makes sense to have a filter with no
      callback which does not discard; that would be a noop.
      
      Discarded messages will in addition to bypass the GstCheck handling also
      return to GLib that the message is not fatal if it occurs.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=773091
      0c36e576
  13. Jan 18, 2017
  14. Jan 15, 2017
  15. Jan 13, 2017
  16. Jan 12, 2017
  17. Jan 05, 2017
Loading