mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
licenses, ugg
Original commit message from CVS: licenses, ugg
This commit is contained in:
parent
7820d80e33
commit
c92874adad
9 changed files with 11 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
GstElementDetails gst_autoplugcache_details = {
|
||||
"AutoplugCache",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Data cache for the dynamic autoplugger",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@temple-baptist.com>",
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
GstElementDetails gst_autoplugger_details = {
|
||||
"Dynamic autoplugger",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Magic element that converts from any type to any other",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@temple-baptist.com>",
|
||||
|
|
|
@ -690,6 +690,7 @@ gst_spider_plug_from_srcpad (GstSpiderConnection *conn, GstPad *srcpad)
|
|||
GstElementDetails gst_spider_details = {
|
||||
"Spider",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Automatically connect sinks and sources",
|
||||
VERSION,
|
||||
"Benjamin Otte <in7y118@public.uni-hamburg.de>",
|
||||
|
|
|
@ -27,8 +27,9 @@
|
|||
|
||||
GstElementDetails gst_spider_identity_details = {
|
||||
"SpiderIdentity",
|
||||
"Filter/Autoplug",
|
||||
"connection between spider and outside elements",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Connection between spider and outside elements",
|
||||
VERSION,
|
||||
"Benjamin Otte <in7y118@public.uni-hamburg.de>",
|
||||
"(C) 2002",
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
GstElementDetails gst_bin_details = {
|
||||
"Generic bin",
|
||||
"Generic/Bin",
|
||||
"LGPL",
|
||||
"Simple container object",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
GstElementDetails gst_queue_details = {
|
||||
"Queue",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Simple data queue",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
GstElementDetails gst_thread_details = {
|
||||
"Threaded container",
|
||||
"Generic/Bin",
|
||||
"LGPL",
|
||||
"Container that creates/manages a thread",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
GstElementDetails gst_type_find_details = {
|
||||
"TypeFind",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Finds the media type of a stream",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
GstElementDetails gst_queue_details = {
|
||||
"Queue",
|
||||
"Generic",
|
||||
"LGPL",
|
||||
"Simple data queue",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
Loading…
Reference in a new issue