Skip to content

Pass the actual temporal id to GMPVideoEncodedFrame#3828

Merged
BenzhengZhang merged 1 commit intocisco:masterfrom
Pehrsons:gmp-temporal-id
Dec 18, 2024
Merged

Pass the actual temporal id to GMPVideoEncodedFrame#3828
BenzhengZhang merged 1 commit intocisco:masterfrom
Pehrsons:gmp-temporal-id

Conversation

@Pehrsons
Copy link
Copy Markdown
Contributor

No description provided.

@aosmond
Copy link
Copy Markdown
Contributor

aosmond commented Dec 16, 2024

@BenzhengZhang could you please review and merge? Thanks!

for (int i = 0; i < encoded->iLayerNum; ++i) {
lengths.push_back (0);
uint8_t* tmp = encoded->sLayerInfo[i].pBsBuf;
assert(encoded->sLayerInfo[i].uiSpatialId == 0);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spatial SVC will always disable?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, see in InitEncode:

// Set up layers. Currently we have one layer.
SSpatialLayerConfig* layer = &param.sSpatialLayers[0];

@BenzhengZhang BenzhengZhang merged commit 1c47e71 into cisco:master Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants