vtenc: bump H.264 level from 1.3 to 3.0
This should be turned into a property.
This commit is contained in:
parent
6e909dc474
commit
6b63954f63
@ -523,7 +523,7 @@ gst_vtenc_create_session (GstVTEnc * self)
|
||||
|
||||
status = vt->VTCompressionSessionSetProperty (session,
|
||||
*(vt->kVTCompressionPropertyKey_ProfileLevel),
|
||||
*(vt->kVTProfileLevel_H264_Baseline_1_3));
|
||||
*(vt->kVTProfileLevel_H264_Baseline_3_0));
|
||||
GST_DEBUG_OBJECT (self, "kVTCompressionPropertyKey_ProfileLevel => %d",
|
||||
status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user