mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:56:16 +00:00
Adding needed license information. The patch was reviewed and approved by
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
This commit is contained in:
parent
63f7cb4275
commit
469443563e
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ extern GstPadTemplate *speexdec_src_template, *speexdec_sink_template;
|
||||||
GstElementDetails gst_speexdec_details = {
|
GstElementDetails gst_speexdec_details = {
|
||||||
"speex audio decoder",
|
"speex audio decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"LGPL"
|
||||||
".speex",
|
".speex",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -31,6 +31,7 @@ extern GstPadTemplate *speexenc_src_template, *speexenc_sink_template;
|
||||||
GstElementDetails gst_speexenc_details = {
|
GstElementDetails gst_speexenc_details = {
|
||||||
"speex audio encoder",
|
"speex audio encoder",
|
||||||
"Codec/Audio/Encoder",
|
"Codec/Audio/Encoder",
|
||||||
|
"LGPL",
|
||||||
".speex",
|
".speex",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
Loading…
Reference in a new issue