Skip to content

openh264enc: Fix constrained-high encoding

Philippe Normand requested to merge philn/gstreamer:openh264enc-c-h into main

constrained-high is high without B-frames, there is no EProfileIdc for this, so assume high instead of hitting an assert down the line.

cc @thiblahute

Merge request reports