Skip to content
GitLab
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 642
    • Issues 642
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 81
    • Merge requests 81
  • 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
  • gst-plugins-basegst-plugins-base
  • Merge requests
  • !1161

videoconvert: Increase rank to secondary.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Víctor Manuel Jáquez Leal requested to merge vjaquez/gst-plugins-base:videoconvert-increase-rank into master May 20, 2021
  • Overview 6
  • Commits 1
  • Pipelines 4
  • Changes 2

Most of video filters has rank none, so when autovideoconvert is used, the alphabetical order is used, where this element might be the last one, and this is not the desired behavior because videoconvert normally is more stable.

This patch increases the rank of videoconvert so it could be chosen before others. If some user prefer other color converters they can use GST_PLUGIN_FEATURE_RANK environment variable.

Edited May 20, 2021 by Víctor Manuel Jáquez Leal
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: videoconvert-increase-rank