mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
libs: encoder: h264: document gst_vaapi_encoder_h264_supports_avc()
This commit is contained in:
parent
5e26efbcf2
commit
3df5bfc06d
1 changed files with 9 additions and 0 deletions
|
@ -4125,6 +4125,15 @@ gst_vaapi_encoder_h264_get_profile_and_level (GstVaapiEncoderH264 * encoder,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* gst_vaapi_encoder_h264_supports_avc:
|
||||
* @encoder: a #GstVaapiEncoderH264
|
||||
*
|
||||
* Queries the H.264 @encoder if it supports the generation of avC
|
||||
* stream format.
|
||||
*
|
||||
* Returns: %TRUE if @encoder supports avC; %FALSE otherwise
|
||||
**/
|
||||
gboolean
|
||||
gst_vaapi_encoder_h264_supports_avc (GstVaapiEncoderH264 * encoder)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue