Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 718
    • Issues 718
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 369
    • Merge requests 369
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gstreamergstreamer
  • Merge requests
  • !1277

alphacombine: forward allocation query in both alpha and sink pads

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julian Bouzas requested to merge julian/gstreamer:alphacombine-allocation-fix into main Oct 29, 2021
  • Overview 18
  • Commits 1
  • Pipelines 8
  • Changes 1

I am not 100% sure if this is the right approach, but currently, it is not possible for downstream elements to increase the number of minimum buffers in both decoders when using a v4l2*alphadecodebin element. This is because the allocation query of the alpha decoder is always handled by alphacombine, without forwarding it to the downstream elements. In my opinion, alphacombine should just forward the allocation query of both decoders so that downstream elements can set the same parameters on them.

cc @ndufresne

Edited Nov 01, 2021 by Julian Bouzas
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: alphacombine-allocation-fix