Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 82
    • Merge requests 82
  • 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-goodgst-plugins-good
  • Merge requests
  • !993

Use g_memdup2() where available and add fallback for older GLib versions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tim-Philipp Müller requested to merge tpm/gst-plugins-good:good-g-memdup2 into master May 22, 2021
  • Overview 7
  • Commits 3
  • Pipelines 12
  • Changes 16
  • png: alloc size variable is a png type that's always 32-bit
  • vpx: alloc size based on existing allocation
  • wavpack: alloc size based on existing allocation

g_memdup() is deprecated since GLib 2.68 and we want to avoid deprecation warnings with recent versions of GLib.

TODO

  • flv: ignore, source file unused
  • isomp4
  • matroska
  • wavparse: !994 (merged)
  • tests/check
  • tests/icles
Edited Jun 02, 2021 by Tim-Philipp Müller
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: good-g-memdup2