mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
add license
Original commit message from CVS: add license
This commit is contained in:
parent
19169a8e9f
commit
e671bcd2cd
3 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
GstElementDetails gst_iir_details = {
|
||||
"IIR",
|
||||
"Filter/Audio/Effect",
|
||||
"LGPL",
|
||||
"IIR filter based on vorbis code",
|
||||
VERSION,
|
||||
"Monty <monty@xiph.org>, "\
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
GstElementDetails gst_lpwsinc_details = {
|
||||
"LPWSinc",
|
||||
"Filter/Audio/Effect",
|
||||
"LGPL",
|
||||
"Low-pass Windowed sinc filter",
|
||||
VERSION,
|
||||
"Thomas <thomas@apestaart.org>",
|
||||
|
|
|
@ -57,6 +57,7 @@ static GstElementClass *parent_class;
|
|||
static GstElementDetails cdplayer_details = {
|
||||
"CD Player",
|
||||
"Generic/Bin",
|
||||
"LGPL",
|
||||
"Play CD audio through the CD Drive",
|
||||
VERSION,
|
||||
"Charles Schmidt <cbschmid@uiuc.edu>",
|
||||
|
|
Loading…
Reference in a new issue