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
  • 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
  • gst-editing-servicesgst-editing-services
  • Merge requests
  • !249

Draft: ges-launcher: add ignore EOS option

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Stéphane Cerveau requested to merge dabrain34/gst-editing-services:dab_ignore_eos into master May 05, 2021
  • Overview 6
  • Commits 1
  • Pipelines 3
  • Changes 1

This option was missing as opts->ignore_eos was already existing.

I'm using this option if I want avoid the app to exit on EOS by example debugging a last frame which is having artifacts:

$ ges-launch-1.0 --ignore-eos +clip myclip.mkv duration=2.0

playback for 2 seconds and stay up

Edited Jun 01, 2021 by Stéphane Cerveau
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dab_ignore_eos