Add theoraparse to the docs and fix some docs.
[platform/upstream/gstreamer.git] / ext / theora / theoraparse.c
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