mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue