mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
docs: Update video base classes docs
This commit is contained in:
parent
aa21a162d7
commit
448a45bf8b
1 changed files with 4 additions and 4 deletions
|
@ -2149,8 +2149,8 @@ GST_VIDEO_DECODER_OUTPUT_SEGMENT
|
||||||
GstVideoDecoder
|
GstVideoDecoder
|
||||||
GstVideoDecoderClass
|
GstVideoDecoderClass
|
||||||
gst_video_decoder_add_to_frame
|
gst_video_decoder_add_to_frame
|
||||||
gst_video_decoder_alloc_output_buffer
|
gst_video_decoder_allocate_output_buffer
|
||||||
gst_video_decoder_alloc_output_frame
|
gst_video_decoder_allocate_output_frame
|
||||||
gst_video_decoder_drop_frame
|
gst_video_decoder_drop_frame
|
||||||
gst_video_decoder_finish_frame
|
gst_video_decoder_finish_frame
|
||||||
gst_video_decoder_negotiate
|
gst_video_decoder_negotiate
|
||||||
|
@ -2195,8 +2195,8 @@ GST_VIDEO_ENCODER_STREAM_LOCK
|
||||||
GST_VIDEO_ENCODER_STREAM_UNLOCK
|
GST_VIDEO_ENCODER_STREAM_UNLOCK
|
||||||
GstVideoEncoder
|
GstVideoEncoder
|
||||||
GstVideoEncoderClass
|
GstVideoEncoderClass
|
||||||
gst_video_encoder_alloc_output_buffer
|
gst_video_encoder_allocate_output_buffer
|
||||||
gst_video_encoder_alloc_output_frame
|
gst_video_encoder_allocate_output_frame
|
||||||
gst_video_encoder_finish_frame
|
gst_video_encoder_finish_frame
|
||||||
gst_video_encoder_get_frame
|
gst_video_encoder_get_frame
|
||||||
gst_video_encoder_get_oldest_frame
|
gst_video_encoder_get_oldest_frame
|
||||||
|
|
Loading…
Reference in a new issue