nuvdemux: Update plugin description

This commit is contained in:
Benjamin Otte 2010-03-01 13:22:06 +01:00
parent 1982ca6e51
commit 2bc4626f73

View File

@ -63,7 +63,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 mythtv .nuv file into audio and video", "Demultiplex a MythTV NuppleVideo .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>");
@ -941,5 +941,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR, GST_VERSION_MINOR,
"nuvdemux", "nuvdemux",
"Demuxes and muxes audio and video", "Demuxes MythTV NuppelVideo files",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)