nuvdemux: Update plugin description
authorBenjamin Otte <otte@redhat.com>
Mon, 1 Mar 2010 12:22:06 +0000 (13:22 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 9 Mar 2010 18:16:30 +0000 (19:16 +0100)
gst/nuvdemux/gstnuvdemux.c

index b04e5ab..4e1ef5a 100644 (file)
@@ -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)