diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 09:42:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 09:42:23 +0200 |
commit | 8c55e1dd99b25ad3a11a1deb7327bbc7d9d42397 (patch) | |
tree | a195e282ef3f3c939712ccda45a564a1c3ed0d7b /docs | |
parent | 3c29de0cc52d9382f995fdca7e23f7fc1b300343 (diff) |
docs: Add new videodecoder/encoder API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 069c3d9bc..ac4118265 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -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 |