plugins part of license field patch BRANCH-RELEASE-0_4_2-ROOT RELEASE-0_4_2-TOESWIDEOPEN
authorChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:18 +0000 (19:02 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:18 +0000 (19:02 +0000)
Original commit message from CVS:
plugins part of license field patch

common
ext/ffmpeg/gstffmpegdec.c
ext/ffmpeg/gstffmpegenc.c

diff --git a/common b/common
index 8579ce0..2f6d9cf 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 8579ce0ed656e0c512b37ff70bebd54cab4d4e7d
+Subproject commit 2f6d9cfdaaa83ab454d263d6eba88046debadc2d
index d8492e3..f66fdd9 100644 (file)
@@ -356,6 +356,7 @@ gst_ffmpegdec_register (GstPlugin *plugin)
     details = g_new0 (GstElementDetails,1);
     details->longname = g_strdup (in_plugin->name);
     details->klass = "Codec/FFMpeg";
+    details->license = "LGPL";
     details->description = g_strdup (in_plugin->name);
     details->version = g_strdup("1.0.0");
     details->author = g_strdup("The FFMPEG crew, GStreamer plugin by Wim Taymans <wim.taymans@chello.be>");
index abbfaae..52bc7fc 100644 (file)
@@ -530,6 +530,7 @@ gst_ffmpegenc_register (GstPlugin *plugin)
     details = g_new0 (GstElementDetails,1);
     details->longname = g_strdup (in_plugin->name);
     details->klass = "Codec/FFMpeg";
+    details->license = "LGPL";
     details->description = g_strdup (in_plugin->name);
     details->version = g_strdup("1.0.0");
     details->author = g_strdup("The FFMPEG crew, GStreamer plugin by Wim Taymans <wim.taymans@chello.be>");