mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.
This commit is contained in:
parent
1731c58b9b
commit
5b045e7eac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue