Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 669
    • Issues 669
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 347
    • Merge requests 347
  • 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
  • gstreamergstreamer
  • Issues
  • #748

Closed
Open
Created Mar 18, 2021 by Stéphane Cerveau@dabrain34🤸🏻Reporter

ges-launch: duration in nanoseconds becomes seconds

This bug does not reproduce always but I experienced this issue where passing this commandline

$ ges-launch-1.0 +clip /tmp/clip.mp4 duration=5

The duration becomes second where it should be nanoseconds. I had the issue with ubuntu 20.04 in gst-build dev env.

In order to get the clip for 5 seconds, it should be

$ ges-launch-1.0 +clip /tmp/clip.mp4 duration=5.0
Assignee
Assign to
Time tracking