Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pygobject pygobject
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pygobjectpygobject
  • Issues
  • #284
Closed
Open
Issue created Dec 04, 2018 by Daniel Klamt@DanielKlamt

pygi-array.c-_pygi_marshal_to_py_array-return-Memory

Related issue

To get a gstreamer element running with gstreamer-python i needed to edit a MapInfo.data object in the element. The datatype of the Object is set by Gobject introspection to bytes and is not editable. For more explanation of the problem see: https://gitlab.freedesktop.org/gstreamer/gst-python/issues/13

This patch would fix the problem. By turning the object to an Memmoryview the object can be edited.

0001-pygi-array.c-_pygi_marshal_to_py_array-return-Memory.patch

Assignee
Assign to
Time tracking