Skip to content
GitLab
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 927
    • Issues 927
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 441
    • Merge requests 441
  • 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
  • gstreamergstreamer
  • Issues
  • #84
Closed
Open
Issue created Nov 20, 2014 by Bugzilla Migration User@bugzilla-migration

valve drop=true doesn't allow EOS to flow downstream.

Submitted by Keith Thornton @Keith

Link to original bug (#740432)

Description

The following pipeline hangs after all frames have flowed. This is probably because valve drop=true doesn't pass the EOS event downstream.

gst-launch-1.0.exe -v videotestsrc do-timestamp=true pattern=snow is-live=true num-buffers=90 !video/x-raw,width=1920,height=1080,framerate=30000/1001,format=YV12 ! tee name=t1 ! queue name=displ -queue max-size-bytes=0 leaky=2 ! valve name=display-valve drop=true ! glimagesink sync=false async=false t1. ! queue name=encode-queue max-size-bytes=124416000 ! valve name=encode-valve drop=false ! x264enc bittrate=32768 ! h264parse ! qtmux ! filesink location="f:/temp/out.mp4"

Assignee
Assign to
Time tracking