summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-09-20 18:03:59 +0200
committerEdward Hervey <edward@collabora.com>2013-03-31 18:55:29 +0200
commit67ac84c7b570750200b60cc5c1032c496298e564 (patch)
tree98893c699ac2ed5ae3e5836b3a55c3c63c03f8e3 /docs
parent3bb62cbf1d56051b2c42d30c57766eda49ef3a2a (diff)
downloadgstreamer-plugins-bad-67ac84c7b570750200b60cc5c1032c496298e564.tar.gz
codecparsers: Add Mpeg Video GstMeta
This can be used by parsers to provide pre-parsed information to downstream elements that would require it (so they can avoid having to parse the bitstream again).
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-docs.sgml1
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml
index d4e0060ca..ea206081a 100644
--- a/docs/libs/gst-plugins-bad-libs-docs.sgml
+++ b/docs/libs/gst-plugins-bad-libs-docs.sgml
@@ -32,6 +32,7 @@
<xi:include href="xml/gstmpegvideoparser.xml" />
<xi:include href="xml/gstmpeg4parser.xml" />
<xi:include href="xml/gstvc1parser.xml" />
+ <xi:include href="xml/gstmpegvideometa.xml" />
</chapter>
<chapter id="video">
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index 433c4b962..15853cd93 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -90,6 +90,20 @@ gst_vc1_bitplanes_ensure_size
</SECTION>
<SECTION>
+<FILE>gstmpegvideometa</FILE>
+<INCLUDE>gst/codecparsers/gstmpegvideometa.h</INCLUDE>
+GST_MPEG_VIDEO_META_API_TYPE
+GST_MPEG_VIDEO_META_INFO
+GstMpegVideoMeta
+gst_buffer_add_mpeg_video_meta
+gst_buffer_get_mpeg_video_meta
+gst_mpeg_video_meta_get_info
+<SUBSECTION Standard>
+gst_mpeg_video_meta_api_get_type
+</SECTION>
+
+
+<SECTION>
<FILE>gstmpegvideoparser</FILE>
<TITLE>mpegvideoparser</TITLE>
<INCLUDE>gst/codecparsers/gstmpegvideoparser.h</INCLUDE>