Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAR-977: Support for updates of PMT #5

Closed
wants to merge 1 commit into from

Conversation

permobergedge
Copy link
Contributor

If the PMT changes, a new stream is added, start parsing that one as well. Previously the code locked on the first PMT in the stream.

@permobergedge permobergedge force-pushed the star-977-demuxer-improvements branch 2 times, most recently from f9aabc2 to 16a8838 Compare November 30, 2023 14:05
@@ -203,6 +203,33 @@ PMTHeader::~PMTHeader() {

}

bool PMTHeader::operator==(const PMTHeader& other) {
if (mTableId != other.mTableId ||
mInfos.size() != other.mInfos.size() ||
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to check the content of mInfos, not just the size?

If the PMT changes, a new stream is added, start parsing that one
as well. Previously the code locked on the first PMT in the stream.
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.

None yet

2 participants