One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actually is.

Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/nuvdemux/gstnuvdemux.c:
One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
it actually is.
This commit is contained in:
Stefan Kost 2008-01-21 14:33:11 +00:00
parent ff8b6de615
commit 28731b1548
4 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,11 @@
2008-01-21 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/nuvdemux/gstnuvdemux.c:
One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
it actually is.
2008-01-21 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/Makefile.am:

View file

@ -42,7 +42,7 @@
<xi:include href="xml/element-multifilesink.xml" />
<xi:include href="xml/element-multifilesrc.xml" />
<!--xi:include href="xml/element-mythtvsrc.xml" /-->
<!--xi:include href="xml/element-nvudemux.xml" /-->
<xi:include href="xml/element-nuvdemux.xml" />
<xi:include href="xml/element-rganalysis.xml" />
<xi:include href="xml/element-rglimiter.xml" />
<xi:include href="xml/element-rgvolume.xml" />

View file

@ -371,8 +371,8 @@ gst_mythtv_src_get_type
</SECTION>
<SECTION>
<FILE>element-nvudemux</FILE>
<TITLE>nvudemux</TITLE>
<FILE>element-nuvdemux</FILE>
<TITLE>nuvdemux</TITLE>
GstNuvDemux
<SUBSECTION Standard>
GstNuvDemuxClass

View file

@ -24,7 +24,8 @@
*
* <refsect2>
* <para>
* Demuxes an .nuv file into raw or compressed audio and/or video streams.
* Demuxes MythTVs NuppelVideo .nuv file into raw or compressed audio and/or
* video streams.
* </para>
* <para>
* This element currently only supports pull-based scheduling.
@ -66,7 +67,7 @@ GST_DEBUG_CATEGORY_EXTERN (GST_CAT_EVENT);
static const GstElementDetails gst_nuv_demux_details =
GST_ELEMENT_DETAILS ("Nuv demuxer",
"Codec/Demuxer",
"Demultiplex a .nuv file into audio and video",
"Demultiplex a mythtv .nuv file into audio and video",
"Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,"
"Rosfran Borges <rosfran.borges@indt.org.br>");