Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-bad
gst-plugins-bad
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,005
    • Issues 1,005
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 200
    • Merge Requests 200
  • 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
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #890

Closed
Open
Opened Feb 08, 2019 by Daniel Charles@dcharles

gstmsdk: vp8/vp9 HD (2K, 4K) clips will drop a lot of frames

This issue is happening on different platforms and behaves worse than using gstreamer-vaapi plugins. This is running on Fedora 29 with GnomeShell (wayland)

The setup includes:

mediasdk 18.4.0 intel-media-driver-18.4.0 gmmlib-18.4.1 libva-2.4.0

When using 2K, 4K content and bitrates above 10Mbps, frames will drop considerably.

A frame dropper pipeline

GST_GL_PLATFORM=egl LIBVA_DRIVER_NAME=iHD gst-launch-1.0 filesrc location=vp8orvp92k4k.webm ! matroskademux ! msdkvp9dec ! video/x-raw, format=NV12 ! glimagesink

GST_GL_PLATFORM=egl LIBVA_DRIVER_NAME=iHD gst-launch-1.0 filesrc location=vp8orvp92k4k.webm ! matroskademux ! msdkvp9dec ! video/x-raw, format=NV12 ! glimagesink sync=false

A working pipeline

GST_VAAPI_ALL_DRIVERS=1 GST_GL_PLATFORM=egl LIBVA_DRIVER_NAME=iHD gst-launch-1.0 filesrc location=vp8orvp92k4k.webm ! matroskademux ! vaapivp9dec ! video/x-raw, format=NV12 ! glimagesink sync=false

GST_VAAPI_ALL_DRIVERS=1 GST_GL_PLATFORM=egl LIBVA_DRIVER_NAME=iHD gst-launch-1.0 location=vp8orvp92k4k.webm ! matroskademux ! vaapivp9dec ! video/x-raw, format=NV12 ! glimagesink sync=false

This should help rule out a problem in iHD or glimagesink.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-bad#890