summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/mpeg1sys/gstmpeg1systemencode.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21c00a0b..953e51e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-08-11 David Schleef <ds@schleef.org>
+ * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
+ before.
+
+2004-08-11 David Schleef <ds@schleef.org>
+
* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2004-08-11 David Schleef <ds@schleef.org>
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)