From 2ff64d483edbe24c8f940a779d57c8961e99d15e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:51 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- gst/avi/gstaviaudiodecoder.c | 1 + gst/avi/gstavidemux.c | 1 + gst/avi/gstavimux.c | 1 + 3 files changed, 3 insertions(+) (limited to 'gst/avi') diff --git a/gst/avi/gstaviaudiodecoder.c b/gst/avi/gstaviaudiodecoder.c index 2fe801a0..ad0a6782 100644 --- a/gst/avi/gstaviaudiodecoder.c +++ b/gst/avi/gstaviaudiodecoder.c @@ -29,6 +29,7 @@ static GstElementDetails gst_avi_audio_decoder_details = { ".avi parser", "Parser/Video", + "LGPL", "Parse a .avi file into audio and video", VERSION, "Erik Walthinsen \n" diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index befb6331..2fa56786 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -28,6 +28,7 @@ static GstElementDetails gst_avi_demux_details = { "Avi demuxer", "Codec/Demuxer", + "LGPL", "Demultiplex an avi file into audio and video", VERSION, "Erik Walthinsen \n" diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index 211a2901..b44763f7 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -47,6 +47,7 @@ gst_avimux_details = { "Avi multiplexer", "Codec/Muxer", + "LGPL", "Muxes audio and video into an avi stream", VERSION, "Ronald Bultje ", -- cgit