Skip to content
Snippets Groups Projects
  1. Jun 15, 2017
  2. Mar 27, 2017
  3. Mar 20, 2017
  4. Feb 23, 2017
  5. Feb 22, 2017
  6. Feb 20, 2017
  7. Feb 19, 2017
  8. Feb 08, 2017
  9. Jan 30, 2017
  10. Jan 25, 2017
  11. Jan 18, 2017
  12. Jan 16, 2017
  13. Jan 10, 2017
  14. Jan 09, 2017
  15. Dec 22, 2016
    • Jan Schmidt's avatar
      parsebin: Ignore failure to send sticky events · fb4b5449
      Jan Schmidt authored and Sebastian Dröge's avatar Sebastian Dröge committed
      When plugging and then exposing a parser, don't fail
      if it fails to send sticky events. The most likely
      reason is that things were flushed due to the app
      immediately doing a seek, but we can't detect flushing
      separately to other error conditions without a
      gst_pad_send_event_full() core function that returns
      a GstFlowReturn.
      fb4b5449
    • Sebastian Dröge's avatar
      decodebin: For adaptive streaming, ensure to put the buffering multiqueue after a parser or demuxer · aa5f5ba8
      Sebastian Dröge authored
      There are cases when there is no demuxer involved that could do the
      buffering, e.g. HLS with raw MP3 or AAC. In this case we want to place
      the buffering multiqueue after the parser.
      
      Before this change, we've considered the first element after the
      adaptive streaming demuxer as a parser. This is not always true, e.g.
      id3demux. Instead we now wait until we actually have a parser (or
      decoder).
      
      Fixes playback on such HLS streams.
      aa5f5ba8
  16. Dec 13, 2016
  17. Dec 09, 2016
  18. Dec 07, 2016
  19. Dec 05, 2016
Loading