Skip to content
Snippets Groups Projects
  1. Sep 18, 2017
  2. Sep 17, 2017
  3. Sep 08, 2017
  4. Sep 07, 2017
  5. Sep 01, 2017
    • Tim-Philipp Müller's avatar
      baseparse: fix taglist update spam · d8079ae1
      Tim-Philipp Müller authored and Sebastian Dröge's avatar Sebastian Dröge committed
      We would constantly re-post the taglist because
      posted_avg_rate only gets set to avg_bitrate if
      parse->priv->post_avg_bitrate is true, so if it's
      false the posted rate will always differ from the
      current average rate and we'd queue an update,
      which leads to us spamming downstream and the
      application with taglist updates.
      
      Fix this by only queuing an update if the average
      rate will actually be posted.
      
      These taglists updates could cause expensive
      operations on the application side, e.g. in Totem.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=786561
      d8079ae1
  6. Aug 26, 2017
  7. Aug 17, 2017
  8. Aug 11, 2017
  9. Jul 14, 2017
  10. Jul 03, 2017
  11. Jun 20, 2017
  12. Jun 17, 2017
  13. Jun 15, 2017
  14. May 29, 2017
Loading