Skip to content
GitLab
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 973
    • Issues 973
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 105
    • Merge requests 105
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-badgst-plugins-bad
  • Merge requests
  • !16

srtp: Add support for MKI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Olivier Crête requested to merge ocrete/gst-plugins-bad:srtp-mki into master Nov 06, 2018
  • Overview 14
  • Commits 3
  • Pipelines 0
  • Changes 4

Here is a re-submit of this code as a merge request with Mathieu's comments applied.

During the hackfest, we discussed having caps with the keys being an array of structures containing 2 buffers each (mki & key), and I tried implementing that, but it seems that our parser can't deal with an array containing structures as array members are comma-separated, and structures are just a comma-separated list too. So I suggest keeping this acceptable-not-amazing API with "key2=x, mki2=y, key3=z, mki3=a, etc..".

Closes #803 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: srtp-mki