summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-03-26 20:23:14 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-03-26 20:23:14 +0100
commit5b045e7eac0ca6ea88c53f68887086952fca651b (patch)
treefc1ba4d2a593271c06d16f286056d4ed20458b59
parent1731c58b9b7d021683bfc18a8dfbcc10b152e5e7 (diff)
dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.
-rw-r--r--gst/dvdlpcmdec/gstdvdlpcmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c
index 97ad3255..9b9e5c5f 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 <jan@noraisin.net>\n" "Michael Smith <msmith@fluendo.com>");