Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 632
    • Issues 632
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 104
    • Merge Requests 104
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Merge Requests
  • !228

Open
Opened May 04, 2019 by He Junyan@He_JunyanContributor
  • Report abuse
Report abuse

video: Add coded_frame_size meta type.

  • Overview 14
  • Commits 1
  • Pipelines 3
  • Changes 2

The new added GstVideoCodedFrameSizeMeta is used for controlling the coded frame size for each frame. This can give a hint to encoder about the coded size of current frame. Because we can not decide type of the frame(I/P/B) before entering the encoder, all three size info are given. The encoder will try the QP steps given in the meta to generate the coded frame size required. This feature can help user to dynamically change the QP and coded size for each frame, especially in constant QP mode.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: gstreamer/gst-plugins-base!228
Source branch: frame_size_meta