Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

videomanager.cpp

  • Sébastien Blin's avatar
    afe8b7c3
    dbus: add startShmSink · afe8b7c3
    Sébastien Blin authored
    Since the video split, the daemon can manages a lot of Sink clients
    which are generally not used by any client. This introduces a lot
    of wasted computation.
    One of the problems is that every sink client have a SHM memory if
    dbus is enabled and any update generates frames for this SHM memory
    even if the client is not showing them.
    This patch introduces VideoManager::startShmSink, which enable
    or disable transfer and works like VideoManager::registerSinkTarget.
    Thus, a transfer will only be done if the client is explicitly
    asking to transfer frames.
    
    Change-Id: I1d265b7ffcdc37aff9c5f729a146fa26c5d7d4a1
    GitLab: https://git.jami.net/savoirfairelinux/jami-product-backlog/-/issues/9
    afe8b7c3
    History
    dbus: add startShmSink
    Sébastien Blin authored
    Since the video split, the daemon can manages a lot of Sink clients
    which are generally not used by any client. This introduces a lot
    of wasted computation.
    One of the problems is that every sink client have a SHM memory if
    dbus is enabled and any update generates frames for this SHM memory
    even if the client is not showing them.
    This patch introduces VideoManager::startShmSink, which enable
    or disable transfer and works like VideoManager::registerSinkTarget.
    Thus, a transfer will only be done if the client is explicitly
    asking to transfer frames.
    
    Change-Id: I1d265b7ffcdc37aff9c5f729a146fa26c5d7d4a1
    GitLab: https://git.jami.net/savoirfairelinux/jami-product-backlog/-/issues/9
Code owners
Assign users and groups as approvers for specific file changes. Learn more.