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 503
    • Merge requests 503
  • 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
  • !984

Draft: omxvideocodec: avoid double flush during teardown

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Stéphane Cerveau requested to merge dabrain34/gstreamer:gst-omx-dab_avoid_flush_twice into main Sep 30, 2021
  • Overview 13
  • Commits 1
  • Pipelines 2
  • Changes 2

Copied from https://gitlab.freedesktop.org//gstreamer/gst-omx/-/merge_requests/60

In order to save some precious ms in a multiple omx pipeline configuration, flush should be performed only once during the element teardown and after putting the gst_omx_component_set_state to OMX_StateIdle , avoiding a slow port creation.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gst-omx-dab_avoid_flush_twice