Skip to content
Snippets Groups Projects
  1. Apr 28, 2010
  2. Apr 25, 2010
  3. Apr 23, 2010
  4. Apr 22, 2010
  5. Apr 21, 2010
  6. Apr 19, 2010
  7. Apr 17, 2010
  8. Apr 16, 2010
  9. Apr 15, 2010
    • Thiago Santos's avatar
      configure: Drop -Wcast-align · a5f21714
      Thiago Santos authored
      Commit message copied from core's commit from Benjamin Otte:
      246f5dba
      Apparently gcc warns that GstMiniObject is not castable to
      GstEvent/Message/Buffer due to them containing 64bit variables, even
      though ARM hackers claim that those only need 4byte alignment. And as
      long as gcc behaves that way, this warning is not very useful.
      
      So we'll remove the warning until this problem is fixed.
      
      Fixes #615698
      a5f21714
    • Tim-Philipp Müller's avatar
      flactag: fix adapter assertion when used directly after flacenc · 1351af14
      Tim-Philipp Müller authored
      Unlike filesrc, flacenc outputs the flac blocks neatly aligned one in
      each buffer. This means that when we switch from metadata mode to
      audio data passthrough mode, there's no data left in the adapter to
      push out at this point, so check if there's data in the adapter
      before requesting buffers from it (also needed in case we get input
      buffers of 0 size).
      
      Fixes #615793.
      1351af14
  10. Apr 14, 2010
  11. Apr 12, 2010
  12. Apr 11, 2010
  13. Apr 09, 2010
  14. Apr 08, 2010
Loading