diff options
author | David Schleef <ds@schleef.org> | 2004-08-11 21:42:18 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-08-11 21:42:18 +0000 |
commit | 0d596961714ee8afc606139f35cdc16fba972ad5 (patch) | |
tree | 1a11ca9bfb4ec34506715ccae05f75e738aadaaa /gst/mpeg1sys | |
parent | 595055ea7ab862028979c9ef1efdf13d6dd5c705 (diff) | |
download | gst-plugins-bad-0d596961714ee8afc606139f35cdc16fba972ad5.tar.gz gst-plugins-bad-0d596961714ee8afc606139f35cdc16fba972ad5.tar.bz2 gst-plugins-bad-0d596961714ee8afc606139f35cdc16fba972ad5.zip |
gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.
Original commit message from CVS:
* gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
before.
Diffstat (limited to 'gst/mpeg1sys')
-rw-r--r-- | gst/mpeg1sys/gstmpeg1systemencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index a868b976..35c3e0b6 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -605,4 +605,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "system_encode", "MPEG-1 system stream encoder", - plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN) |