dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.
authorEdward Hervey <bilboed@bilboed.com>
Thu, 26 Mar 2009 19:23:14 +0000 (20:23 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 26 Mar 2009 19:23:14 +0000 (20:23 +0100)
gst/dvdlpcmdec/gstdvdlpcmdec.c

index 97ad325..9b9e5c5 100644 (file)
@@ -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 <jan@noraisin.net>\n" "Michael Smith <msmith@fluendo.com>");