Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 620
    • Issues 620
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 109
    • Merge Requests 109
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #43

Closed
Open
Opened May 18, 2011 by Bugzilla Migration User@bugzilla-migration

matroskademux: Pulling data in chunks from upstream delays manual EOS for low-bitrate streams

Submitted by Tibor Kocsis

Link to original bug (#650516)

Description

Hi,

I tried to run the following pipeline:
GST_DEBUG=GST_EVENT*:4 gst-launch -e filesrc location="some file" !
decodebin2 ! xvimagesink sync=true

After I pressed the ctrl+c, nothing happend, just the following
appeard on the console:

Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
0:00:04.141928579 4293 0x2085080 DEBUG GST_EVENT
gstevent.c:269:gst_event_new: creating new event 0x223aa40 eos 86
Waiting for EOS...

After ~30 sec waiting the EOS arrived but i think this is not the way it should work... With sync=false it's working but why not with sync=true?

Maybe I can attach a sample file that produces the bug.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-good#43