mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
clean up element details structs
Original commit message from CVS: clean up element details structs
This commit is contained in:
parent
76ea441abf
commit
f10cd44abb
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
GstElementDetails gst_pipeline_details = {
|
||||
"Pipeline object",
|
||||
"Generic/Bin",
|
||||
"LGPL",
|
||||
"Complete pipeline object",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -36,7 +36,7 @@ GstElementDetails gst_thread_details = {
|
|||
"LGPL",
|
||||
"Container that creates/manages a thread",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>,"
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>, "
|
||||
"Benjamin Otte <in7y118@informatik.uni-hamburg.de",
|
||||
"(C) 1999-2003",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue