mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
This commit is contained in:
parent
3d25650da7
commit
c7692e1fbe
1 changed files with 2 additions and 1 deletions
|
@ -35,10 +35,11 @@
|
||||||
sensitive to them
|
sensitive to them
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_jack_bin_details = {
|
static GstElementDetails gst_jack_bin_details = {
|
||||||
"Jack Bin",
|
"Jack Bin",
|
||||||
"Generic/Bin",
|
"Generic/Bin",
|
||||||
|
"LGPL",
|
||||||
"Jack processing bin: see README for more info",
|
"Jack processing bin: see README for more info",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Andy Wingo <wingo@pobox.com>",
|
"Andy Wingo <wingo@pobox.com>",
|
||||||
|
|
Loading…
Reference in a new issue