Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
    • George Kiagiadakis's avatar
      config-policy: remove _can_link_stream() function · 3c5b5ea0
      George Kiagiadakis authored
      This is no longer needed since we sort endpoints by role priority
      before trying to link them and we link only the highest priority one.
      After this sorting, the highest priority endpoint is guaranteed
      to be able to link, so _can_link_stream() always returns TRUE.
      3c5b5ea0
  2. Dec 18, 2019
  3. Dec 17, 2019
  4. Dec 16, 2019
  5. Dec 13, 2019
  6. Dec 11, 2019
  7. Dec 10, 2019
  8. Dec 05, 2019
  9. Dec 04, 2019
  10. Nov 18, 2019
  11. Nov 16, 2019
    • George Kiagiadakis's avatar
      endpoint-link: ensure we call finalize of the parent class · 4ad4974f
      George Kiagiadakis authored
      This was causing a memory corruption and crash because the
      simple-endpoint-link was not calling finalize of the endpoint-link
      and the GWeakRefs pointing to the endpoints were not uninitialized,
      causing g_object_unref later to try to write to them (on free'ed memory)
      4ad4974f
Loading