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 983
    • Issues 983
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 125
    • Merge requests 125
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Merge requests
  • !2222

wpe: Minor fixes to property handling

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jan Alexander Steffens requested to merge heftig/gst-plugins-bad:wpe-minor into master May 06, 2021
  • Overview 5
  • Commits 2
  • Pipelines 3
  • Changes 2
  • wpe: Properly lock property fields
    Use the object lock for the following fields:
    • bytes: Written by the load-bytes signal unless running; consumed on start.
    • draw_background: Read and written by the draw-background property.
    • location: Read and written by the location property and the URI handler.
  • wpe: Properly free property fields
    The set location (in two places) and loaded bytes were not freed when the element is destroyed.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wpe-minor