dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.
This commit is contained in:
parent
1731c58b9b
commit
5b045e7eac
@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (dvdlpcm_debug);
|
|||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static const GstElementDetails gst_dvdlpcmdec_details =
|
static const GstElementDetails gst_dvdlpcmdec_details =
|
||||||
GST_ELEMENT_DETAILS ("DVD LPCM Audio decoder",
|
GST_ELEMENT_DETAILS ("DVD LPCM Audio decoder",
|
||||||
"Codec/Demuxer/Audio",
|
"Codec/Decoder/Audio",
|
||||||
"Decode DVD LPCM frames into standard PCM audio",
|
"Decode DVD LPCM frames into standard PCM audio",
|
||||||
"Jan Schmidt <jan@noraisin.net>\n" "Michael Smith <msmith@fluendo.com>");
|
"Jan Schmidt <jan@noraisin.net>\n" "Michael Smith <msmith@fluendo.com>");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user