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 998
    • Issues 998
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 201
    • Merge Requests 201
  • 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
  • #648

Closed
Open
Opened Jan 12, 2018 by Bugzilla Migration User@bugzilla-migration

smoothstreaming: fix H264 CodecPrivateData parsing, need to skip NALU type when using gst_h264_parse_sps()

Submitted by yyc..@..il.com

Link to original bug (#792448)

Description

Created attachment 366694
smoothstreaming-fix-H264-CodecPrivateData-parsing-ne.patch

gstmssmanifest.c use function _gst_mss_stream_add_h264_codec_data() to parse
the H264CodecPrivateData. But gst_h264_video_calculate_framerate() might get
an incorrect framerate, because SPS NALU type(0x67) was forgot to skip by
using gst_h264_parse_sps() to do the parsing.

Attachment 366694, "smoothstreaming-fix-H264-CodecPrivateData-parsing-ne.patch":
0001-smoothstreaming-fix-H264-CodecPrivateData-parsing-ne.patch

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