Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 635
    • Issues 635
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 106
    • Merge Requests 106
  • 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-basegst-plugins-base
  • Merge Requests
  • !86

Merged
Created Jan 11, 2019 by Nicolas Dufresne@ndufresneMaintainer

video-converter: fix number of allocated lines

  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 1

We make an allocator for temporary lines and then use this for all the steps in the conversion that can do in-place processing.

Keep track of the number of lines each step needs and use this to allocate the right number of lines.

Previously we would not always allocate enough lines and we would end up with conversion errors as lines would be reused prematurely.

Fixes #350 (closed)

Closes #350 (closed)

Assignee
Assign to
Reviewer
Request review from
1.15.1
Milestone
1.15.1
Assign milestone
Time tracking
Source branch: 350-video-convert-fix-number-of-allocated-lines