Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 15, 2017
  3. Jan 09, 2017
  4. Dec 22, 2016
  5. Dec 13, 2016
  6. Dec 12, 2016
  7. Dec 07, 2016
  8. Dec 05, 2016
  9. Nov 29, 2016
  10. Nov 28, 2016
    • Edward Hervey's avatar
      gstutils: Fix a pad leak · 2e92313d
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      When requesting a pad from a template and it's already linked, this
      means it was a static pad. Since we only want to return an *available*
      pad, we must return NULL ... but we must also remove the reference
      we got from getting that static pad.
      
      The "No need to unref" message (which wasn't true for quite some time)
      dates back from the very very very first commit introducing the 0.10
      features.
      2e92313d
    • Sebastian Dröge's avatar
      message: Ensure that the "debug" field of error/warning/info messages is valid UTF-8 · b6747e6a
      Sebastian Dröge authored
      The caller might pass arbitrary data here that caused the error, and
      trying to set invalid UTF-8 in a GstStructure causes it to be not set at
      all. Later when trying to parse it, the field will not exist and the
      return value will point to invalid memory. Prevent this by storing NULL
      instead.
      
      Also print a g_warning(), the caller should never ever do this to begin
      with.
      b6747e6a
  11. Nov 24, 2016
    • Jan Schmidt's avatar
      queues: Don't return negative position queries. · f8775abc
      Jan Schmidt authored and Sebastian Dröge's avatar Sebastian Dröge committed
      When subtracting queued data sizes from upstream queries
      in queue, queue2, downloadbuffer and typefind, clamp the
      result to not go negative, in case upstream returned
      a nonsense value that's too small (as could happen if
      upstream is estimating, or just broken)
      f8775abc
  12. Nov 20, 2016
  13. Nov 17, 2016
  14. Nov 16, 2016
  15. Nov 12, 2016
  16. Nov 11, 2016
  17. Nov 09, 2016
  18. Nov 02, 2016
Loading