Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 497
    • Merge requests 497
  • 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
  • #2521
Closed
Open
Issue created Apr 26, 2023 by Tim-Philipp Müller@tpm🐠Owner

decodebin3: regression handling streams without caps

Prep:

  • wget https://people.freedesktop.org/~tpm/samples/tearingtest.mp4

Does not work:

  • gst-launch-1.0 pushfilesrc location=tearingtest.mp4 ! decodebin3 ! fakesink
  • gst-launch-1.0 filesrc location=tearingtest.mp4 ! queue ! decodebin3 ! fakesink
  • gst-launch-1.0 udpsrc ! decodebin3 ! fakesink (receiving e.g. MPEG-TS)

Works:

  • gst-launch-1.0 filesrc location=tearingtest.mp4 ! decodebin3 ! fakesink
  • gst-launch-1.0 pushfilesrc location=tearingtest.mp4 ! decodebin ! fakesink (legacy decodebin)

Log:

  • db3-src-not-linked-1.log.xz
Assignee
Assign to
Time tracking