From: Edward Hervey Date: Thu, 26 Mar 2009 19:23:14 +0000 (+0100) Subject: dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'. X-Git-Tag: 1.19.3~505^2~1438 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b045e7eac0ca6ea88c53f68887086952fca651b;p=platform%2Fupstream%2Fgstreamer.git dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'. --- diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c index 97ad325..9b9e5c5 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 ");