Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gst-plugins-good gst-plugins-good
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 644
    • Issues 644
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • GStreamerGStreamer
  • gst-plugins-goodgst-plugins-good
  • Merge requests
  • !993

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

  • Review changes

  • Download
  • 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
Reviewers
Request review from
Time tracking
Source branch: good-g-memdup2