Skip to content

GitLab

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

Closed
Open
Created May 16, 2019 by Nicola@drakkanContributor

souphttpsrc: eos is ignored

a pipeline like this one:

souphttpsrc location=... ! matroskademux ! decodebin ! videoconvert ! pngenc snapshot=1 ! fakesink silent=false

does not work, pngenc return GST_FLOW_EOS but souphttpsrc seems to ignore it, more than one frame is produced.

Using a pipeline like one:

filesrc location=... ! matroskademux ! decodebin ! videoconvert ! pngenc snapshot=1 ! fakesink silent=false

works as expected. I have no time to investigate more now, sorry

Assignee
Assign to
Time tracking