Add theoraparse to the docs and fix some docs.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 28 May 2008 16:10:20 +0000 (16:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 28 May 2008 16:10:20 +0000 (16:10 +0000)
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* ext/theora/theoraparse.c:
Add theoraparse to the docs and fix some docs.

ChangeLog
docs/plugins/Makefile.am
docs/plugins/gst-plugins-base-plugins-docs.sgml
docs/plugins/gst-plugins-base-plugins-sections.txt
ext/theora/theoraparse.c

index c060a05..130b460 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-base-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-base-plugins-sections.txt:
+       * ext/theora/theoraparse.c:
+       Add theoraparse to the docs and fix some docs.
+
+2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        * gst-libs/gst/cdda/gstcddabasesrc.c:
        (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
        Fix EOS condition and track addition check, the track.end sector is
index fcda730..a614724 100644 (file)
@@ -93,6 +93,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/ext/pango/gsttimeoverlay.h \
        $(top_srcdir)/ext/theora/gsttheoradec.h \
        $(top_srcdir)/ext/theora/gsttheoraenc.h \
+       $(top_srcdir)/ext/theora/gsttheoraparse.h \
        $(top_srcdir)/ext/vorbis/vorbisdec.h \
        $(top_srcdir)/ext/vorbis/vorbisenc.h \
        $(top_srcdir)/ext/vorbis/vorbisparse.h \
index 8cfbed1..da9fd31 100644 (file)
@@ -42,6 +42,7 @@
     <xi:include href="xml/element-textrender.xml" />
     <xi:include href="xml/element-theoradec.xml" />
     <xi:include href="xml/element-theoraenc.xml" />
+    <xi:include href="xml/element-theoraparse.xml" />
     <xi:include href="xml/element-timeoverlay.xml" />
     <xi:include href="xml/element-uridecodebin.xml" />
     <xi:include href="xml/element-videorate.xml" />
index 3dca5ac..37db8f5 100644 (file)
@@ -475,6 +475,20 @@ GstTheoraEncClass
 </SECTION>
 
 <SECTION>
+<FILE>element-theoraparse</FILE>
+<TITLE>theoraparse</TITLE>
+GstTheoraParse
+<SUBSECTION Standard>
+GstTheoraParseClass
+GST_THEORA_PARSE
+GST_IS_THEORA_PARSE
+GST_TYPE_THEORA_PARSE
+gst_theora_parse_get_type
+GST_THEORA_PARSE_CLASS
+GST_IS_THEORA_PARSE_CLASS
+</SECTION>
+
+<SECTION>
 <FILE>element-timeoverlay</FILE>
 <TITLE>timeoverlay</TITLE>
 GstTimeOverlay
index 0b1f6de..890337f 100644 (file)
@@ -34,7 +34,7 @@
  * <para>
  * This element also makes sure that the buffers that it pushes out are properly
  * timestamped and that their offset and offset_end are set. The buffers that
- * vorbisparse outputs have all of the metadata that oggmux expects to receive,
+ * theoraparse outputs have all of the metadata that oggmux expects to receive,
  * which allows you to (for example) remux an ogg/theora file.
  * </para>
  * <para>
@@ -55,7 +55,7 @@
  * </para>
  * <para>
  * <programlisting>
- * gst-launch filesrc location=video.ogg ! oggdemux ! vorbisparse \
+ * gst-launch filesrc location=video.ogg ! oggdemux ! theoraparse \
  *            ! oggmux ! filesink location=video-remuxed.ogg
  * </programlisting>
  * This pipeline shows remuxing. video-remuxed.ogg might not be exactly the same
@@ -63,7 +63,7 @@
  * </para>
  * </refsect2>
  *
- * Last reviewed on 2006-04-01 (0.10.4.1)
+ * Last reviewed on 2008-05-28 (0.10.20)
  */
 
 #ifdef HAVE_CONFIG_H