From 28731b1548a07278ffcf069725f016faa13d044e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 21 Jan 2008 14:33:11 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 +- docs/plugins/gst-plugins-bad-plugins-sections.txt | 4 ++-- gst/nuvdemux/gstnuvdemux.c | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68b2d8c4ab..e03431434c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-01-21 Stefan Kost + + * 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 * docs/plugins/Makefile.am: diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index f88a32d30e..23b874a604 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -42,7 +42,7 @@ - + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index c9124a9c33..5898951c8f 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -371,8 +371,8 @@ gst_mythtv_src_get_type
-element-nvudemux -nvudemux +element-nuvdemux +nuvdemux GstNuvDemux GstNuvDemuxClass diff --git a/gst/nuvdemux/gstnuvdemux.c b/gst/nuvdemux/gstnuvdemux.c index 20ba7538a8..0b3568ee7c 100644 --- a/gst/nuvdemux/gstnuvdemux.c +++ b/gst/nuvdemux/gstnuvdemux.c @@ -24,7 +24,8 @@ * * * - * 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. * * * 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 ," "Rosfran Borges ");