Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-bad
gst-plugins-bad
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,011
    • Issues 1,011
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 199
    • Merge Requests 199
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #514

Closed
Open
Opened Feb 03, 2017 by Bugzilla Migration User@bugzilla-migration

mpegts: Can't distinguish extension_descriptor via gst_mpegts_find_descriptor

Submitted by Gabby Park

Link to original bug (#778118)

Description

There are extension_descriptor (descriptor_tag == 0x7F, descriptor_tag_extension) in ES loop of PMT(Program Map Table). The decriptor_tag value 0x7F will be shared between extension_descriptor but, our gst_mpegts_find_descriptor() can distinguish depend on only descriptor_tag.
So if there are one more extension_descriptor in same ES loop of PMT, then we only get the first of extension_descriptor.

This specification is about DVB standard. In my opinion, it looks like that we need new function for find descriptor.
I want to hear your feedback.
Thanks.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-bad#514