vtenc: bump H.264 level from 1.3 to 3.0

This should be turned into a property.
This commit is contained in:
Ole André Vadla Ravnås 2010-11-10 20:52:47 +01:00
parent 6e909dc474
commit 6b63954f63

View file

@ -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);