Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-base
gst-plugins-base
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 635
    • Issues 635
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 106
    • Merge Requests 106
  • 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-basegst-plugins-base
  • Issues
  • #327

Closed
Open
Created Jan 13, 2017 by Bugzilla Migration User@bugzilla-migration

urisourcebin: Fix crash during EOS handling

Submitted by Seungha Yang

Link to original bug (#777212)

Description

Slot has two cases to receive fake EOS.
a) actual EOS from demuxer's pad
b) demuxer's pad-removed.
When a) happened, slot is still marked as linked.
And when b) happend, slot will be marked as unlinked.

Sometimes, following sequence is possible, and it causes crash

  • demuxer pushed EOS (fake-eos-A)
  • Then, the demuxer's pad was removed (fake-eos-A)
  • slot's srcpad got "fake-eos-A" but it was already marked as unlinked by
    pad-removed. So, urisourcebin will throw the slot to threadpool to remove it.
  • "fake-eos-B" reached to slot's src pad and trying to free the slot again.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None