mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.
Original commit message from CVS: * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.
This commit is contained in:
parent
595055ea7a
commit
0d59696171
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2004-08-11 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
|
* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
|
||||||
|
|
|
@ -605,4 +605,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"system_encode",
|
"system_encode",
|
||||||
"MPEG-1 system stream encoder",
|
"MPEG-1 system stream encoder",
|
||||||
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
|
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue