Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gst-plugins-ugly gst-plugins-ugly
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • GStreamerGStreamer
  • gst-plugins-uglygst-plugins-ugly
  • Merge requests
  • !59

x264enc: Separate high-10 video formats from 8-bit formats

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jan Alexander Steffens requested to merge heftig/gst-plugins-ugly:x264-formats into master Jul 01, 2020
  • Overview 10
  • Commits 4
  • Pipelines 13
  • Changes 2

If downstream is constrained to an 8-bit profile, caps queries would still allow I420_10LE as input. If upstream actually sends such a caps event, downstream would fail to accept the high-10 profile.

The following pipeline now fails earlier, during the negotiation phase instead of the stream start:

gst-launch-1.0 videotestsrc ! video/x-raw,format=I420_10LE \
    ! x264enc ! video/x-h264,profile=constrained-baseline \
    ! fakesink
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: x264-formats