mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
I'm too lazy to comment this
Original commit message from CVS: Move wav parser into correct category. Thanks, Ross Burton <r.burton@180sw.com> - #112829
This commit is contained in:
parent
72750b9f25
commit
c1097e5080
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ struct wave_header {
|
||||||
|
|
||||||
static GstElementDetails gst_wavenc_details = {
|
static GstElementDetails gst_wavenc_details = {
|
||||||
"WAV encoder",
|
"WAV encoder",
|
||||||
"Codec/Encoder",
|
"Codec/Audio/Encoder",
|
||||||
"LGPL",
|
"LGPL",
|
||||||
"Encode raw audio into WAV",
|
"Encode raw audio into WAV",
|
||||||
VERSION,
|
VERSION,
|
||||||
|
|
Loading…
Reference in a new issue