From 2bc4626f735e887db7ea905c3e814165bffa52b8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 1 Mar 2010 13:22:06 +0100 Subject: [PATCH] nuvdemux: Update plugin description --- gst/nuvdemux/gstnuvdemux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/nuvdemux/gstnuvdemux.c b/gst/nuvdemux/gstnuvdemux.c index b04e5abb5b..4e1ef5a39a 100644 --- a/gst/nuvdemux/gstnuvdemux.c +++ b/gst/nuvdemux/gstnuvdemux.c @@ -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 ," "Rosfran Borges "); @@ -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)