Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-editing-services gst-editing-services
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-editing-servicesgst-editing-services
  • Issues
  • #123

Closed
Open
Created Oct 31, 2020 by Sebastian Dröge@slomo🍵Owner

ges/ges-pitivi-formatter.h not included by ges.h

This causes the Rust tests to currently fail because the .gir file lists the corresponding types but they don't end up being defined when includes ges/ges.h, which is the header that is listed in the .gir file.

tests/layout.c: In function 'main':
<command-line>: error: invalid application of 'sizeof' to incomplete type 'GESPitiviFormatter' {aka 'struct _GESPitiviFormatter'}
tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME'
     printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
                               ^~~~~~~~~~~~~
<command-line>: error: invalid application of '__alignof__' to incomplete type 'GESPitiviFormatter' {aka 'struct _GESPitiviFormatter'}
tests/layout.c:10:55: note: in expansion of macro 'ABI_TYPE_NAME'
     printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
                                                       ^~~~~~~~~~~~~
tests/layout.c: In function 'main':
<command-line>: error: invalid application of 'sizeof' to incomplete type 'GESPitiviFormatterClass' {aka 'struct _GESPitiviFormatterClass'}
tests/layout.c:10:31: note: in expansion of macro 'ABI_TYPE_NAME'
     printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
                               ^~~~~~~~~~~~~
<command-line>: error: invalid application of '__alignof__' to incomplete type 'GESPitiviFormatterClass' {aka 'struct _GESPitiviFormatterClass'}
tests/layout.c:10:55: note: in expansion of macro 'ABI_TYPE_NAME'
     printf("%zu\n%zu", sizeof(ABI_TYPE_NAME), alignof(ABI_TYPE_NAME));
                                                       ^~~~~~~~~~~~~
Assignee
Assign to
Time tracking