Skip to content
Snippets Groups Projects
  1. May 17, 2018
  2. May 15, 2018
  3. May 14, 2018
  4. May 10, 2018
  5. May 05, 2018
  6. May 04, 2018
  7. May 01, 2018
    • Sebastian Dröge's avatar
      flacparse: Drain the parser when a CAPS event is received · c3373976
      Sebastian Dröge authored
      After a CAPS event, in theory a new stream can start and it might start
      with the FLAC headers again. We can't detect FLAC headers in the middle
      of the stream, so we drain the parser to be able to detect either FLAC
      headers after the CAPS event or the continuation of the previous stream.
      
      This fixes for example
      
      gst-launch-1.0 audiotestsrc num-buffers=200 ! flacenc ! c. \
          audiotestsrc num-buffers=200 freq=880 ! flacenc ! c. \
          concat name=c ! rtpgstpay ! udpsink host=127.0.0.1 port=5000
      
      gst-launch-1.0 udpsrc multicast-group=127.0.0.1 port=5000 \
          caps=application/x-rtp,media=application,clock-rate=90000,encoding-name=X-GST ! \
          rtpgstdepay ! flacparse ! flacdec ! audioconvert ! pulsesin
      c3373976
  8. Apr 26, 2018
  9. Apr 17, 2018
  10. Apr 16, 2018
  11. Apr 12, 2018
  12. Apr 11, 2018
  13. Mar 28, 2018
  14. Mar 27, 2018
  15. Mar 25, 2018
  16. Mar 20, 2018
  17. Mar 19, 2018
Loading