Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 523
    • Issues 523
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Merge Requests
  • !2

Open
Opened Nov 05, 2018 by Jan Alexander Steffens@heftig
  • Report abuse
Report abuse

rtph264pay: Support STAP-A bundling

Add a new property do-aggregate to the H.264 RTP payloader which enables STAP-A aggregation as per RFC-6184.
With aggregation enabled, packets are bundled instead of sent immediately, up until the MTU size.
Bundles also end at access unit boundaries or when packets have to be fragmented.

The property-name is kept generic since it might apply more widely, e.g. STAP-B or MTAP.

This feature is preceded by some extensive refactoring.
Compared to the old patches attached to #434, the refactoring has been split into smaller commits which should be easier to review.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.freedesktop.org/heftig/gst-plugins-good.git stap-a
git checkout -b heftig/gst-plugins-good-stap-a FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff heftig/gst-plugins-good-stap-a

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 2
  • Commits 13
  • Pipelines 2
  • Changes 2
Nicolas Dufresne
Assignee
Nicolas Dufresne @ndufresne
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
Enhancement
Assign labels
  • View project labels
Reference: gstreamer/gst-plugins-good!2