mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
nuvdemux: Update plugin description
This commit is contained in:
parent
1982ca6e51
commit
2bc4626f73
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ GST_DEBUG_CATEGORY_EXTERN (GST_CAT_EVENT);
|
|||
static const GstElementDetails gst_nuv_demux_details =
|
||||
GST_ELEMENT_DETAILS ("Nuv 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>,"
|
||||
"Rosfran Borges <rosfran.borges@indt.org.br>");
|
||||
|
||||
|
@ -941,5 +941,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"nuvdemux",
|
||||
"Demuxes and muxes audio and video",
|
||||
"Demuxes MythTV NuppelVideo files",
|
||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue