Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-base gst-plugins-base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 645
    • Issues 645
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #483

Closed
Open
Created Sep 05, 2018 by Bugzilla Migration User@bugzilla-migration

audioaggregator: Output buffer size should be configurable as fraction

Submitted by Sebastian Dröge @slomo

Link to original bug (#797081)

Description

Similar to how it works in audiobuffersplit, with compensation for rounding errors. This would allow us to output e.g. 30000/1001 audio buffers per second and have them the same size as the video without first going through audiobuffersplit.

Problem is that the property is currently in nanoseconds. We could add a new one and make the old one deprecated, and return rounded nanoseconds from it when reading the old property.

Thoughts?

Assignee
Assign to
Time tracking