Skip to content

Fix for the EME tests crash - #42

Merged
philn merged 5 commits into
masterfrom
calvaris/eme-crash
Apr 21, 2016
Merged

Fix for the EME tests crash#42
philn merged 5 commits into
masterfrom
calvaris/eme-crash

Conversation

@calvaris

Copy link
Copy Markdown
Member

No description provided.

@eocanha

Copy link
Copy Markdown
Member

The changes related to MSE seem good.

}

ivBuffer = gst_value_get_buffer(value);
GST_TRACE_OBJECT(self, "decrypting");

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't see the point of this one. It will "pollute" the trace logs during playback, imho :)

@philn
philn merged commit ec2ee98 into masterApr 21, 2016
@philn

Copy link
Copy Markdown

That GST_TRACE statement can be removed later on, not a blocker for this patch.

@calvaris
calvaris deleted the calvaris/eme-crash branch April 21, 2016 12:17
@calvaris

Copy link
Copy Markdown
MemberAuthor

They can be removed, but it would be even more useful if they were compiled out when releasing anything.

@philn

Copy link
Copy Markdown

yes, GST_DEBUG can be entirely disabled in gstreamer core, for production builds.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@calvaris@eocanha@philn