summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:18 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:18 +0000
commit4af5086de48ccecab79c961b7497fe4075bc49da (patch)
treeacf6eb560e7457699bac5d08eb88ba038b67953a
parent9b5d3a77ddff34ca19a7d18689824958e632d738 (diff)
downloadgst-libav-BRANCH-RELEASE-0_4_2.tar.gz
Original commit message from CVS: plugins part of license field patch
m---------common0
-rw-r--r--ext/ffmpeg/gstffmpegdec.c1
-rw-r--r--ext/ffmpeg/gstffmpegenc.c1
3 files changed, 2 insertions, 0 deletions
diff --git a/common b/common
-Subproject 8579ce0ed656e0c512b37ff70bebd54cab4d4e7
+Subproject 2f6d9cfdaaa83ab454d263d6eba88046debadc2
diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index d8492e3..f66fdd9 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -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>");
diff --git a/ext/ffmpeg/gstffmpegenc.c b/ext/ffmpeg/gstffmpegenc.c
index abbfaae..52bc7fc 100644
--- a/ext/ffmpeg/gstffmpegenc.c
+++ b/ext/ffmpeg/gstffmpegenc.c
@@ -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>");