Skip to content
Snippets Groups Projects
  1. Apr 16, 2014
  2. Apr 11, 2014
  3. Apr 10, 2014
  4. Apr 09, 2014
  5. Apr 08, 2014
  6. Apr 06, 2014
  7. Apr 05, 2014
  8. Apr 04, 2014
    • Thiago Santos's avatar
      videodecoder: do not deactivate the bufferpool, just unref · 05e95710
      Thiago Santos authored
      Videodecoder does late renegotiation, it will wait for the next
      buffer before renegotiating its caps and bufferpool. It might happen
      that downstream element switched from passthrough to non-passthrough
      and sent a reconfigure upstream (that caused this renegotiation).
      This downstream element will ask the video sink below for the bufferpool
      with an allocation query and will get the same bufferpool that
      videodecoder is holding, too.
      
      When renegotiating, if videodecoder deactivates its bufferpool it
      might be deactivating the bufferpool that some element downstream
      is using and cause the pipeline to fail.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=727498
      05e95710
    • Vincent Penquerc'h's avatar
      audiobasesink: clip start samples to match clipped start time · 169166d0
      Vincent Penquerc'h authored
      Clock slaving can clip start time to zero, giving us a shorted
      duration than we originally got. To keep in sync, we must then
      discard the samples falling before that zero timestamp.
      
      This possibly fixes random distortion caused by constant PA
      underflows which are never resynced.
      169166d0
    • Wim Taymans's avatar
      mikey: Fix the KEMAC payload · 675d0400
      Wim Taymans authored
      The KEMAC payload actually needs to have subpayloads and the key should
      go into the KEY_DATA subpayload. Add support for subpayloads and
      implement the KEY_DATA payload.
      Add some pointers to the conversion functions that allow us to add
      encryption and decryption later.
      675d0400
  9. Apr 03, 2014
  10. Mar 30, 2014
  11. Mar 29, 2014
Loading