From f10cd44abb7c8bee49591f3e78aaf6670bf4a441 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 8 Jul 2003 17:10:49 +0000 Subject: [PATCH] clean up element details structs Original commit message from CVS: clean up element details structs --- gst/gstpipeline.c | 1 + gst/gstthread.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index ad422a86df..0398a246b2 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -29,6 +29,7 @@ GstElementDetails gst_pipeline_details = { "Pipeline object", "Generic/Bin", + "LGPL", "Complete pipeline object", VERSION, "Erik Walthinsen ", diff --git a/gst/gstthread.c b/gst/gstthread.c index e6ccdd0a10..b6c29b52e5 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -36,7 +36,7 @@ GstElementDetails gst_thread_details = { "LGPL", "Container that creates/manages a thread", VERSION, - "Erik Walthinsen ," + "Erik Walthinsen , " "Benjamin Otte