mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
flx: fix description
It's video, not audio
This commit is contained in:
parent
5d07a2c88f
commit
b5a3b9cb1c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ GST_DEBUG_CATEGORY_STATIC (flxdec_debug);
|
||||||
|
|
||||||
/* flx element information */
|
/* flx element information */
|
||||||
static const GstElementDetails flxdec_details =
|
static const GstElementDetails flxdec_details =
|
||||||
GST_ELEMENT_DETAILS ("FLX audio decoder",
|
GST_ELEMENT_DETAILS ("FLX video decoder",
|
||||||
"Codec/Decoder/Video",
|
"Codec/Decoder/Video",
|
||||||
"FLC/FLI/FLX video decoder",
|
"FLC/FLI/FLX video decoder",
|
||||||
"Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com>");
|
"Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com>");
|
||||||
|
|
Loading…
Reference in a new issue