Skip to content
Snippets Groups Projects
  1. Mar 24, 2016
  2. Mar 17, 2016
  3. Mar 15, 2016
  4. Mar 13, 2016
  5. Mar 10, 2016
  6. Mar 08, 2016
  7. Mar 07, 2016
    • Thiago Santos's avatar
      qtdemux: reset pending segment if we are already pushing one · d8fb7a9c
      Thiago Santos authored
      When upstream is running in bytes in push-mode, qtdemux will
      convert seeks from time to bytes and send it upstream. Upstream
      element will perform a byte seek and send a byte segment to qtdemux
      that will convert it to time and push it downstream.
      
      There is, however, the pending_segment variable that stores a new
      segment event to be pushed before the next data. When handling seeks
      as mentioned above this variable was being ignored and, if it contained
      some segment event, it would override the one resulting from the seek.
      This would restore a previous segment and would cause the seek segment
      to be discarded downstream.
      
      This patch fixes this issue by unrefing any pending segment as the
      seek from upstream should contain the latest one that should be
      used, as requested by the application.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=763165
      d8fb7a9c
    • Thiago Santos's avatar
      qtdemux: run gst-indent · b46af7fd
      Thiago Santos authored
      Otherwise commits will fail with our indent check hook
      b46af7fd
    • Josep Torra's avatar
      v4l2: fix colorimetry for NV12 · c65b6643
      Josep Torra authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
      Replicate V4L2_MAP_QUANTIZATION_DEFAULT macro behavior.
      At #v4l it was described that documentation might be wrong and that
      we should trust this macro instead.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=762529
      c65b6643
  8. Mar 04, 2016
  9. Mar 02, 2016
  10. Mar 01, 2016
  11. Feb 29, 2016
  12. Feb 28, 2016
  13. Feb 27, 2016
  14. Feb 26, 2016
  15. Feb 25, 2016
  16. Feb 24, 2016
Loading