From 5b045e7eac0ca6ea88c53f68887086952fca651b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 26 Mar 2009 20:23:14 +0100 Subject: [PATCH] dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'. --- gst/dvdlpcmdec/gstdvdlpcmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c index 97ad325507..9b9e5c5f40 100644 --- a/gst/dvdlpcmdec/gstdvdlpcmdec.c +++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c @@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (dvdlpcm_debug); /* elementfactory information */ static const GstElementDetails gst_dvdlpcmdec_details = GST_ELEMENT_DETAILS ("DVD LPCM Audio decoder", - "Codec/Demuxer/Audio", + "Codec/Decoder/Audio", "Decode DVD LPCM frames into standard PCM audio", "Jan Schmidt \n" "Michael Smith ");