Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 582
    • Issues 582
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 64
    • Merge Requests 64
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-basegst-plugins-base
  • Issues
  • #234

Closed
Open
Opened Oct 20, 2015 by Bugzilla Migration User@bugzilla-migration
  • Report abuse
  • New issue
Report abuse New issue

video: No support for field-by-field interlaced mode

Submitted by Zhu, Haiyang

Link to original bug (#756840)

Description

My command:

gst-launch-1.0 filesrc location=interlace.yuy2! videoparse format=yuy2 width=1280 height=720 interlaced=true ! vaapipostproc deinterlace-mode=interlaced deinterlace-method=bob format=nv12 ! vaapisink.

The interlace.yuy2 is interlaced RAW file, which contains top and bottom frames alternately.

The expect results:
vaapipostproc could deinterlace video and shown by vaapisink.

The real results:
The shown video is not deinterlaced.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
Bugzilla Enhancement
Assign labels
  • View project labels
Reference: gstreamer/gst-plugins-base#234