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 641
    • Issues 641
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • 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
  • Issues
  • #326
Closed
Open
Issue created Jan 11, 2017 by Bugzilla Migration User@bugzilla-migration

video-converter: Mixing fields when converting chroma planes for various formats in interlaced mode

Submitted by Sebastian Dröge @slomo

Link to original bug (#777147)

Description

Missing in:
convert_I420_pack_ARGB
convert_I420_ARGB
convert_I420_BGRA
convert_AYUV_I420

Implemented in:
convert_UYVY_I420
convert_YUY2_I420
convert_I420_AYUV
convert_I420_UYVY
convert_I420_YUY2

Problem is that for interlaced mode it has to map chroma lines 0 and 2 to chroma line 1 (or the other way around), but currently uses lines 0 and 1.

Assignee
Assign to
Time tracking