Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer-rs gstreamer-rs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • 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
  • gstreamer-rsgstreamer-rs
  • Issues
  • #350
Closed
Open
Issue created Jul 02, 2021 by Ghost User@ghost

Gstreamer-sys: test failed on fedora copr

https://download.copr.fedorainfracloud.org/results/remilauzier/gtk/fedora-34-x86_64/02312091-rust-gstreamer-sys/builder-live.log.gz

tests/layout.c: In function 'main':
tests/layout.c:49:52: error: 'GstCustomMeta' undeclared (first use in this function)
   49 |     printf("%s;%zu;%zu\n", "GstCustomMeta", sizeof(GstCustomMeta), alignof(GstCustomMeta));
      |                                                    ^~~~~~~~~~~~~
tests/layout.c:49:52: note: each undeclared identifier is reported only once for each function it appears in
tests/layout.c:71:50: error: 'GstGapFlags' undeclared (first use in this function); did you mean 'GstMapFlags'?
   71 |     printf("%s;%zu;%zu\n", "GstGapFlags", sizeof(GstGapFlags), alignof(GstGapFlags));
      |                                                  ^~~~~~~~~~~
      |                                                  GstMapFlags
tests/layout.c:144:56: error: 'GstSerializeFlags' undeclared (first use in this function)
  144 |     printf("%s;%zu;%zu\n", "GstSerializeFlags", sizeof(GstSerializeFlags), alignof(GstSerializeFlags));
      |                                                        ^~~~~~~~~~~~~~~~~
Edited Jul 02, 2021 by Sebastian Dröge
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking