Skip to content

GitLab

  • Menu
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 986
    • Issues 986
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #522

Closed
Open
Created Feb 11, 2017 by Bugzilla Migration User@bugzilla-migration

vtenc: should support GLMemory

Submitted by Nick Kallen

Link to original bug (#778496)

Description

Currently vtenc caps disallow GLMemory. However, having tested this on iOS and reviewed the code, it actually works using GLMemory. Since the underlying pixel buffer is always a core media buffer,

pbuf = gst_core_media_buffer_get_pixel_buffer (frame->input_buffer);  

this statement is valid whether the input_buffer's pixel buffer is GL buffer or not.

Therefore, just changing the static caps works.

Version: 1.11.1

Assignee
Assign to
Time tracking