mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +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 */
|
||||
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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue