mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
Plugin details fixes
Original commit message from CVS: Plugin details fixes
This commit is contained in:
parent
13cbce8aab
commit
68a12e8ba3
2 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
static GstElementDetails example_details = {
|
static GstElementDetails example_details = {
|
||||||
"An example plugin",
|
"An example plugin",
|
||||||
"Example/FirstExample",
|
"Example/FirstExample",
|
||||||
|
"LGPL",
|
||||||
"Shows the basic structure of a plugin",
|
"Shows the basic structure of a plugin",
|
||||||
"0.1",
|
"0.1",
|
||||||
"your name <your.name@your.isp>",
|
"your name <your.name@your.isp>",
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
static GstElementDetails example_details = {
|
static GstElementDetails example_details = {
|
||||||
"An example plugin",
|
"An example plugin",
|
||||||
"Example/FirstExample",
|
"Example/FirstExample",
|
||||||
|
"LGPL",
|
||||||
"Shows the basic structure of a plugin",
|
"Shows the basic structure of a plugin",
|
||||||
"0.1",
|
"0.1",
|
||||||
"your name <your.name@your.isp>",
|
"your name <your.name@your.isp>",
|
||||||
|
|
Loading…
Reference in a new issue