mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
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:
parent
ff8b6de615
commit
28731b1548
4 changed files with 14 additions and 5 deletions
|
@ -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>
|
2008-01-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/plugins/Makefile.am:
|
* docs/plugins/Makefile.am:
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
<xi:include href="xml/element-multifilesink.xml" />
|
<xi:include href="xml/element-multifilesink.xml" />
|
||||||
<xi:include href="xml/element-multifilesrc.xml" />
|
<xi:include href="xml/element-multifilesrc.xml" />
|
||||||
<!--xi:include href="xml/element-mythtvsrc.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-rganalysis.xml" />
|
||||||
<xi:include href="xml/element-rglimiter.xml" />
|
<xi:include href="xml/element-rglimiter.xml" />
|
||||||
<xi:include href="xml/element-rgvolume.xml" />
|
<xi:include href="xml/element-rgvolume.xml" />
|
||||||
|
|
|
@ -371,8 +371,8 @@ gst_mythtv_src_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-nvudemux</FILE>
|
<FILE>element-nuvdemux</FILE>
|
||||||
<TITLE>nvudemux</TITLE>
|
<TITLE>nuvdemux</TITLE>
|
||||||
GstNuvDemux
|
GstNuvDemux
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GstNuvDemuxClass
|
GstNuvDemuxClass
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <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>
|
||||||
* <para>
|
* <para>
|
||||||
* This element currently only supports pull-based scheduling.
|
* 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 =
|
static const GstElementDetails gst_nuv_demux_details =
|
||||||
GST_ELEMENT_DETAILS ("Nuv demuxer",
|
GST_ELEMENT_DETAILS ("Nuv demuxer",
|
||||||
"Codec/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>,"
|
"Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,"
|
||||||
"Rosfran Borges <rosfran.borges@indt.org.br>");
|
"Rosfran Borges <rosfran.borges@indt.org.br>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue