Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 25, 2017
  3. Jan 18, 2017
  4. Jan 16, 2017
  5. Jan 10, 2017
  6. Jan 09, 2017
  7. 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
  8. Dec 13, 2016
  9. Dec 09, 2016
  10. Dec 07, 2016
  11. Dec 05, 2016
  12. Nov 29, 2016
  13. Nov 28, 2016
  14. Nov 26, 2016
  15. Nov 24, 2016
Loading