Skip to content
Snippets Groups Projects
  1. Dec 20, 2017
  2. Dec 19, 2017
  3. Dec 09, 2017
  4. Oct 11, 2017
  5. Sep 28, 2017
  6. Sep 22, 2017
    • Mathieu Duponchelle's avatar
      [API]: gst_audio_channel_mixer_new_with_matrix · 877d6fae
      Mathieu Duponchelle authored
      + Refactor previous constructor to call on that new constructor
      
      + Reimplement is_passthrough to strictly check whether the matrix
        is an identity matrix, comparing channel-masks was incorrect:
        the mixer may be remixing from a list of positions to the same
        list of positions, but ordered differently, and reciprocally,
        the mixer may be remixing from a list of positions to another
        list of positions identically ordered
      
      + Remove unused tmp field, must have been a refactoring leftover
      
      https://bugzilla.gnome.org/show_bug.cgi?id=785471
      877d6fae
  7. Aug 07, 2017
  8. May 04, 2017
  9. Apr 27, 2017
  10. Apr 07, 2017
  11. Mar 27, 2017
  12. Mar 09, 2017
  13. Feb 25, 2017
  14. Feb 24, 2017
  15. Feb 23, 2017
  16. Jan 21, 2017
  17. Jan 12, 2017
  18. Jan 06, 2017
  19. Dec 22, 2016
  20. Dec 16, 2016
  21. Dec 08, 2016
  22. Nov 21, 2016
  23. Nov 04, 2016
  24. Nov 03, 2016
  25. Nov 01, 2016
  26. Sep 30, 2016
  27. Sep 01, 2016
  28. Aug 25, 2016
  29. Aug 04, 2016
  30. Jul 23, 2016
  31. Jul 22, 2016
  32. Jul 18, 2016
    • Joan Pau Beltran's avatar
      appsink: add _pull_sample/preroll() variants with timeout · c6722c06
      Joan Pau Beltran authored
      The _pull_sample() and _pull_preroll() functions block
      until a sample is available, EOS happens or the pipeline
      is shut down (returning NULL in the last two cases).
      
      This adds _try_pull_sample() and _try_pull_preroll()
      functions with a timeout argument to specify the maximum
      amount of time to wait for a new sample.
      
      To avoid code duplication, wait forever if the timeout is
      GST_CLOCK_TIME_NONE and use that to implement
      _pull_sample/_pull_preroll with the original behavior.
      
      Add also corresponding action signals "try-pull-sample"
      and "try-pull-preroll".
      
      https://bugzilla.gnome.org/show_bug.cgi?id=768852
      c6722c06
Loading