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,016
    • Issues 1,016
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 199
    • Merge Requests 199
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #1057

Closed
Open
Opened Aug 22, 2019 by Lim Siew Hoon@SiewHoonContributor

v4l2src plugins with io-mode=3 (userptr) not working with msdkvpp plugin.

I'm USB camera with v4l2src and io-mode=3 is userptr is not working for msdkvpp. But it is working for vaapipostproc and videoconvert.

Environment : Yocto Linux, Gstreamer Framework 1.16.0/master branch,

Command pipeline: export GST_GL_PLATFORM=egl gst-launch-1.0 v4l2src io-mode=3 num-buffers=100 ! msdkvpp ! glimagesink --> not working gst-launch-1.0 v4l2src io-mode=3 num-buffers=100 ! videoconvert ! glimagesink --> working gst-launch-1.0 v4l2src io-mode=3 num-buffers=100 ! vaapipostproc ! glimagesink --> working

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