mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
docs: Add new videodecoder/encoder API
This commit is contained in:
parent
3c29de0cc5
commit
8c55e1dd99
1 changed files with 3 additions and 0 deletions
|
@ -2153,6 +2153,7 @@ gst_video_decoder_alloc_output_buffer
|
|||
gst_video_decoder_alloc_output_frame
|
||||
gst_video_decoder_drop_frame
|
||||
gst_video_decoder_finish_frame
|
||||
gst_video_decoder_negotiate
|
||||
gst_video_decoder_get_frame
|
||||
gst_video_decoder_get_max_decode_time
|
||||
gst_video_decoder_get_max_errors
|
||||
|
@ -2194,6 +2195,8 @@ GST_VIDEO_ENCODER_STREAM_LOCK
|
|||
GST_VIDEO_ENCODER_STREAM_UNLOCK
|
||||
GstVideoEncoder
|
||||
GstVideoEncoderClass
|
||||
gst_video_encoder_alloc_output_buffer
|
||||
gst_video_encoder_alloc_output_frame
|
||||
gst_video_encoder_finish_frame
|
||||
gst_video_encoder_get_frame
|
||||
gst_video_encoder_get_oldest_frame
|
||||
|
|
Loading…
Reference in a new issue