Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 973
    • Issues 973
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • 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-badgst-plugins-bad
  • Issues
  • #1078
Closed
Open
Issue created Sep 10, 2019 by Lim Siew Hoon@SiewHoon

msdk: msdkh264enc with 1920x1280 resolution + preview not working but with 1920x1080 working properly

Linux: Yocto Linux Platform: APL-I

Gstreamer framework: 1.16.0

Case 1: encoding with 1920x1280 and preview, it will stuck. But if 1920x1080 no issue at all.

command1: gst-launch-1.0 videotestsrc num-buffers=100 ! video/x-raw, format=NV12, width=1920, height=1280 ! tee name=tt ! queue ! msdkvpp ! glimagesink tt. ! msdkh264enc ! h264parse ! filesink location=test.264

Command2: filesink with async=fase include it, this command below are working fine. gst-launch-1.0 videotestsrc num-buffers=100 ! video/x-raw, format=NV12, width=1920, height=1280 ! tee name=tt ! queue ! msdkvpp ! glimagesink tt. ! msdkh264enc ! h264parse ! filesink location=test.264 async=false

Assignee
Assign to
Time tracking