Skip to content
Snippets Groups Projects
  1. Dec 07, 2017
  2. Dec 06, 2017
  3. Dec 01, 2017
  4. Nov 09, 2017
  5. Oct 11, 2017
  6. Oct 05, 2017
  7. Sep 18, 2017
  8. Sep 17, 2017
  9. Sep 08, 2017
  10. Sep 07, 2017
  11. 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
  12. Aug 26, 2017
  13. Aug 17, 2017
  14. Aug 11, 2017
Loading