diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-09-17 17:55:43 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-09-17 17:56:57 +0200 |
commit | 84dc362c8ecfef5399cd3ed301a695b501e46c35 (patch) | |
tree | 486fd78c696b8d6b667d8e63dd34086e29bec6cd /docs | |
parent | 38ed8008b126ed0ff5e06da67c9c2a19bcb3eedd (diff) |
docs: fix build for make dist.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-docs.xml.in | 2 | ||||
-rw-r--r-- | docs/reference/libs/libs.core.types | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/libs/libs-docs.xml.in b/docs/reference/libs/libs-docs.xml.in index 34b16658..474a6414 100644 --- a/docs/reference/libs/libs-docs.xml.in +++ b/docs/reference/libs/libs-docs.xml.in @@ -30,11 +30,11 @@ <xi:include href="xml/gstvaapivideobuffer.xml"/> <xi:include href="xml/gstvaapicontext.xml"/> <xi:include href="xml/gstvaapidecoder.xml"/> + <xi:include href="xml/gstvaapidecoder_jpeg.xml"/> <xi:include href="xml/gstvaapidecoder_mpeg2.xml"/> <xi:include href="xml/gstvaapidecoder_mpeg4.xml"/> <xi:include href="xml/gstvaapidecoder_h264.xml"/> <xi:include href="xml/gstvaapidecoder_vc1.xml"/> - <xi:include href="xml/gstvaapidecoder_ffmpeg.xml"/> <xi:include href="xml/gstvaapisurfaceproxy.xml"/> </chapter> diff --git a/docs/reference/libs/libs.core.types b/docs/reference/libs/libs.core.types index b779fd63..12710bd2 100644 --- a/docs/reference/libs/libs.core.types +++ b/docs/reference/libs/libs.core.types @@ -10,5 +10,4 @@ gst_vaapi_surface_pool_get_type gst_vaapi_surface_proxy_get_type gst_vaapi_video_buffer_get_type gst_vaapi_video_pool_get_type -gst_vaapi_video_sink_get_type gst_vaapi_window_get_type |