Skip to content
GitLab
  • Menu
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 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • 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
  • gstreamer-rsgstreamer-rs
  • Issues
  • #209
Closed
Open
Created Mar 08, 2019 by Mathieu Duponchelle@meh🐸Maintainer0 of 1 task completed0/1 task

Make gst::Seqnum, gst::MetaSeqnum similar to Gst::ClockTime and represent invalid values in the types

The following discussion from gst-plugins-rs!90 (merged) should be addressed:

  • @slomo started a discussion: (+2 comments)

    I wonder if we should change the type definition of that so that seqnums (and group ids, etc) are never 0 == INVALID, and instead use Options in the code. Unrelated to your changes here of course, but seems worth doing.

    Basically changing gst::Seqnum from u32 to a NonZeroU32, and changing the API that can take invalid seqnum (is there any at all?) to an Option<gst::Seqnum>.

Edited Jun 26, 2019 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