diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-03-26 20:23:14 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-03-26 20:23:14 +0100 |
commit | 5b045e7eac0ca6ea88c53f68887086952fca651b (patch) | |
tree | fc1ba4d2a593271c06d16f286056d4ed20458b59 /gst/dvdlpcmdec | |
parent | 1731c58b9b7d021683bfc18a8dfbcc10b152e5e7 (diff) |
dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.
Diffstat (limited to 'gst/dvdlpcmdec')
-rw-r--r-- | gst/dvdlpcmdec/gstdvdlpcmdec.c | 2 |
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>"); |