Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 497
    • Merge requests 497
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • GStreamerGStreamer
  • gstreamergstreamer
  • Merge requests
  • !940

basetextoverlay: Remove redundant overlay composition metas

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Philippe Normand requested to merge philn/gstreamer:gst-plugins-base-issue-846 into main Sep 27, 2021
  • Overview 13
  • Commits 1
  • Pipelines 2
  • Changes 1

Copied from https://gitlab.freedesktop.org//gstreamer/gst-plugins-base/-/merge_requests/966

Ensure the outgoing video frame has at most one overlay composition meta. When multiple textoverlay elements are in the same pipeline, the downstream one reuses the overlay composition meta of the upstream one, but the overlay compositor rightfully handles only one overlay composition meta per frame, so the textoverlay needs to get rid of the meta that is being reused from its upstream counterpart.

Fixes #846 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gst-plugins-base-issue-846