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 933
    • Issues 933
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 438
    • Merge requests 438
  • 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
  • #361
Closed
Open
Issue created Feb 21, 2019 by Nicolas Dufresne@ndufresneMaintainer

pad: Handled events are freed if the flow_ret is changed

While trying to fail a caps event from a pad probe, I ended up looking into the code and found out that, unlike the documentation and the buffer handling, if you change the flow_ret, the event will be unreffed. For events handling we use the single label macro, which means we strictly rely on the flow_ret to detect if a probe was handled.

Edited Feb 21, 2019 by Nicolas Dufresne
Assignee
Assign to
Time tracking