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 752
    • Issues 752
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 378
    • Merge requests 378
  • 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
  • gstreamergstreamer
  • Issues
  • #534
Closed
Open
Created Apr 09, 2020 by Mohammed Dhilshad@mohddhilshadm

downloadbuffer pushing first data buffer before stream start event

downloadbuffer is pushing the first buffer before pushing Stream start and Segment event to the next element. This happens when the source pad of download buffer works in push mode. the download_buffer_loop() function will be waiting for data to available in the temporary file, once it is available it will push the buffer, before even pushing stream start and segment event to next element.

This might cause the downstream element to ignore that first buffer.

Assignee
Assign to
Time tracking