Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 06, 2016
  3. Mar 15, 2016
  4. Feb 04, 2016
    • Tim-Philipp Müller's avatar
      baseparse: fix stray discont flag set on outgoing buffers in push mode · a2a914a3
      Tim-Philipp Müller authored
      We have no guarantees about what flags are set on buffers we take
      out of the GstAdapter. If we push out multiple buffers from the
      first input buffer (which will have discont set), only the first
      buffer we push out should be flagged as discont, not all of the
      buffers produced from that first initial input buffer.
      
      Fixes issue where the first few mp3 frames/seconds of data in push
      mode were skipped or garbled in some cases, and the discont flags
      would also trip up decoders which were getting drained/flushed for
      every buffer. This was a regression introduced in 1.6 apparently.
      a2a914a3
    • Thibault Saunier's avatar
      controller: Do not unset uninitiallized GValue · 39739c01
      Thibault Saunier authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      In case the property was not interpollable we might never initialize
      the GValue, we should thus never unset it.
      39739c01
  5. Jan 20, 2016
  6. Jan 16, 2016
  7. Jan 11, 2016
  8. Jan 03, 2016
  9. Dec 14, 2015
  10. Dec 10, 2015
  11. Dec 07, 2015
  12. Dec 04, 2015
  13. Nov 30, 2015
  14. Nov 19, 2015
  15. Nov 18, 2015
  16. Nov 16, 2015
Loading