Skip to content

basetsmux: allow null J2K profile

Aaron Boxer requested to merge boxerab/gst-plugins-bad:j2k_mux_no_profile into master

Since we are not requiring that profile equals GST_JPEG2000_PARSE_PROFILE_BC_SINGLE, (as the standard requires) we can allow profile to be null. We relax this condition because OpenJPEG can't create broadcast profiles.

Edited by Aaron Boxer

Merge request reports