mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
vtenc: Let the encoder automatically choose a h264 level
We should negotiate these things via caps...
This commit is contained in:
parent
31476a3c46
commit
9380f6282d
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ gst_vtenc_create_session (GstVTEnc * self)
|
|||
|
||||
status = VTSessionSetProperty (session,
|
||||
kVTCompressionPropertyKey_ProfileLevel,
|
||||
kVTProfileLevel_H264_Baseline_3_0);
|
||||
kVTProfileLevel_H264_Baseline_AutoLevel);
|
||||
GST_DEBUG_OBJECT (self, "kVTCompressionPropertyKey_ProfileLevel => %d",
|
||||
(int) status);
|
||||
|
||||
|
|
Loading…
Reference in a new issue