Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 989
    • Issues 989
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #648

Closed
Open
Created 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
Time tracking