summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegdec.c
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 /ext/ffmpeg/gstffmpegdec.c
parent9b5d3a77ddff34ca19a7d18689824958e632d738 (diff)
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'ext/ffmpeg/gstffmpegdec.c')
-rw-r--r--ext/ffmpeg/gstffmpegdec.c1
1 files changed, 1 insertions, 0 deletions
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>");