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.3k
    • Issues 1.3k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 547
    • Merge requests 547
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • GStreamerGStreamer
  • gstreamergstreamer
  • Repository
  • gstreamer
  • subprojects
  • gst-plugins-bad
  • gst-libs
  • gst
  • codecparsers
  • gsth264bitwriter.h
Find file Blame History Permalink
  • He Junyan's avatar
    h264bitwriter: Correct the all API to byte aligned. · c294ba82
    He Junyan authored Oct 27, 2022 and GStreamer Marge Bot's avatar GStreamer Marge Bot committed Oct 27, 2022
    In fact, all the h264 bit writer have byte aligned output except
    the slice header. So we change the API from bit size in unit to
    byte size, which is easy to use. For slice header, we add a extra
    "trail_bits_num" to return the unaligned bits number.
    
    Part-of: <!3193>
    c294ba82