Skip to content
Snippets Groups Projects
  1. Jun 23, 2022
  2. Jun 22, 2022
    • Sébastien Blin's avatar
      conference: identify mixed videos per streamId · ce645d4f
      Sébastien Blin authored
      Videos in the videoMixer_ were not easy to identify, moreover,
      "sinkId" in the participants informations was the concatenation
      of the confId and a URI, which is a problem if several devices
      from the same account was present in the conference. Finally,
      the active stream logic was dirty, with two different variables
      used to identify the active stream in the mixer.
      
      This patch introduces a streamId which is (callId_type_idx, e.g.
      ca111412_video_0, ca111412_audio_2), so every video shown in the
      conference are identified via a unique ID.
      Active stream in the video mixer is identified by this ID, not
      by the callId or pointer.
      
      This should not change any behaviour, but prepare for multistream.
      
      jami-project#1429
      
      Change-Id: I250dd31ad1ea92ed1fd1e94bec2f5abd311d2128
      ce645d4f
    • Aline Gondim Santos's avatar
      plugins: add support for preference translations · 13ceecda
      Aline Gondim Santos authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      The plugins add translations files to theirs resources,
      so now daemon can get the preferences values accordingly
      to the system language. In the future we might add a way
      to follow the client-qt language which can differ from the
      system.
      
      Change-Id: I4caf49b45261a256e422c2f772ea37f1f2e9548c
      13ceecda
  3. Jun 21, 2022
  4. Jun 20, 2022
    • Sébastien Blin's avatar
      scheduler: fix task cancelling · 6c9d3eb1
      Sébastien Blin authored
      This fix testInviteFromMessageAfterRemoved (hasHandler was
      not correct in checkConversationsEvents because the task was not
      cancelled anymore).
      Fix ut_scheduler's build
      
      Change-Id: I4dbf3b31180c43fb7fa11061f3ffacb492d925c3
      6c9d3eb1
  5. Jun 17, 2022
  6. Jun 16, 2022
  7. Jun 15, 2022
    • Sébastien Blin's avatar
      connectionmanager: erase info on connection failure · 37d1d9a5
      Sébastien Blin authored
      In some cases, the infos were not correctly refreshed, causing some
      pending callbacks to never be called.
      Also, split getInfo() in two methods to improve readability.
      
      Change-Id: I1b60f2cf2ac5bf97c9a44a53794b56906d314e6a
      GitLab: #TODO
      37d1d9a5
    • Olivier Dion's avatar
      ice_transport: Nuke iceMutex_ · 7752d3a9
      Olivier Dion authored and Sébastien Blin's avatar Sébastien Blin committed
      iceMutex_ was used before because icest_ could change asynchronously.  This is
      not the case anymore, since icest_ is initialized synchronously by
      IceTransport::initIceInstance().
      
      Furthermore, signaling of the iceCV_ condition variable is now done under the
      group lock of the ICE transport, since it's under this lock that the state of
      the session is changed.
      
      Change-Id: I3f2b4b4141777b950c916553b45da880dd7056b6
      Unverified
      7752d3a9
  8. Jun 14, 2022
    • Olivier Dion's avatar
      tracepoint: Add scheduled executor tracepoints · 58d42df8
      Olivier Dion authored
      The two tracepoints are used to delimit the beginning and the end of the
      execution of a task by a scheduler.  The beginning tracepoint contains all the
      meta information related to the the execution context of the task and an unique
      cookie.  This cookie is then reused in the end tracepoint to match the pair of
      begin/end without duplication of information.
      
      Change-Id: Ibbf64fe49325e7cb72c60aa6c9d8d8d1ab074f2a
      58d42df8
    • Sébastien Blin's avatar
      swarm: fix merge commit's validation after migration · cbbf93ad
      Sébastien Blin authored
      Merge's commits were'nt checked, while comitting and while pulling.
      This means that the author could be incorrect. Add a check before
      doing a merge commit and when validating it.
      This avoid incorrect repository in case a merge commit is generated
      after a migration.
      
      Misc: fix incorrect test
      
      GitLab: #738
      
      Change-Id: Id9748eb7d3dd5db023dd2ab4a30261c31af5d514
      cbbf93ad
  9. Jun 09, 2022
  10. May 27, 2022
  11. May 23, 2022
Loading