diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-09-24 15:49:42 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-09-24 15:59:39 +0200 |
commit | b2fd20c41677e93d1b41f435738cfdeaf08b304f (patch) | |
tree | f5b89bfa8d475059cfee87a49fdf689d5592d8ec /docs | |
parent | 0c40b83ed49c4f6a3941b7e71d826648099033e4 (diff) |
video: move videoconvert code to video library
Move the conversion code used in videoconvert to the video library
and expose a simple but generic API to do arbitrary conversion. It can
currently do colorspace conversion but the plan is to add videoscale to
it as well.
See https://bugzilla.gnome.org/show_bug.cgi?id=732415
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 4ad9afd77..82b52d8c8 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -2408,6 +2408,17 @@ GST_VIDEO_TILE_MAKE_STRIDE GST_VIDEO_TILE_X_TILES GST_VIDEO_TILE_Y_TILES +#video-convertor.h +<SUBSECTION> +gst_video_convertor_new +gst_video_convertor_free +gst_video_convertor_get_config +gst_video_convertor_set_config +gst_video_convertor_frame +<SUBSECTION Standard> +gst_video_dither_method_get_type +GST_TYPE_VIDEO_DITHER_METHOD + #video-enumtypes.h <SUBSECTION Standard> gst_color_balance_type_get_type |