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 493
    • Merge requests 493
  • 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
  • !4201

qtdemux: Add support for MPEG-H 3D audio

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Carlos Rafael Giani requested to merge dv1/gstreamer:mpegh-integration into main Mar 16, 2023
  • Overview 9
  • Commits 3
  • Pipelines 3
  • Changes 5

This adds support for MPEG-H 3D audio by making it possible to correctly parse MPEG-H FourCCs by qtdemux. Also, configuration data (in the mha1 case) is extracted and passed on as codec_data caps downstream.

mha1 is essentially raw MPEG-H frame data. At this stage, the more commonly encountered variant is MHAS (MPEG-H audio stream), which is a bitstream that encapsulates MPEG-H frames along with configuration data, similar to how Annex.B byte streams encapsulate h.264 frames and codec data.

There is currently no MPEG-H decoder available in GStreamer, but at least one decoder library is now available as well as an encoder library.

This replaces !4198 (closed) .

Edited Mar 16, 2023 by Carlos Rafael Giani
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mpegh-integration