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 442
    • Merge requests 442
  • 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
  • Merge requests
  • !3404

matroskademux: Handle element's duration query.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Víctor Manuel Jáquez Leal requested to merge vjaquez/gstreamer:matroskademux-element-duration into main Nov 14, 2022
  • Overview 2
  • Commits 1
  • Pipelines 4
  • Changes 1

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.

cc: @thiblahute

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: matroskademux-element-duration