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 941
    • Issues 941
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 443
    • Merge requests 443
  • 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
  • Repository
Switch branch/tag
  • gstreamer
  • subprojects
  • gst-plugins-good
  • gst
  • matroska
  • matroska-demux.c
Find file BlameHistoryPermalink
  • Víctor Manuel Jáquez Leal's avatar
    matroskademux: Handle element's duration query. · 64cb3868
    Víctor Manuel Jáquez Leal authored Nov 14, 2022 and GStreamer Marge Bot's avatar GStreamer Marge Bot committed Nov 14, 2022
    This is small regression from commit f7abd81a.
    
    When calling `gst_element_query()` no pad is associated with that query, but the
    current code always forwards the query to the associated pad, which is NULL in
    previous case. This patch checks for the pad before forwarding the query.
    
    Part-of: <!3404>
    64cb3868