Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 617
    • Issues 617
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 108
    • Merge Requests 108
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Merge Requests
  • !252

Merged
Opened Jun 21, 2019 by Nicolas Dufresne@ndufresneMaintainer

rtpjitterbuffer: Replace timer data structure

  • Overview 19
  • Commits 13
  • Pipelines 23
  • Changes 10

This is an effort to reduce the number of thread wakeup due to timer rescheduling and to reduce the overhead of timers lookup. In this merge request, a new RtpTimerQueue object is introduced. It's internal storage is inspired of the existing TimerQueue and replaces both the RTX timers queue and the timers GArray.

Depends on gstreamer!181 (merged)

cc @fludkov and @hgr

Edited Jun 21, 2019 by Nicolas Dufresne
Assignee
Assign to
Reviewer
Request review from
1.17.1
Milestone
1.17.1 (Past due)
Assign milestone
Time tracking
Reference: gstreamer/gst-plugins-good!252
Source branch: jitterbuffer-timer-reschedule