diff options
author | David Schleef <ds@schleef.org> | 2004-01-27 09:00:01 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-01-27 09:00:01 +0000 |
commit | 9f8051c5eabbe3ce5c31887e7671dfe28419a715 (patch) | |
tree | 46f0118c0bf628aba8f86a99808bfdfbf9f23668 | |
parent | 723f3a5e3f54be53970bde0a7eef4e5495dc1b3a (diff) |
gst/ac3parse/gstac3parse.c: update to checklist 5
Original commit message from CVS:
* gst/ac3parse/gstac3parse.c: update to checklist 5
* gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
* gst/audioconvert/gstaudioconvert.c: update to checklist 5
* gst/audioscale/gstaudioscale.c: same
* gst/auparse/gstauparse.c: same
* gst/avi/gstavidemux.c: same
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | gst/auparse/gstauparse.c | 1 | ||||
-rw-r--r-- | gst/avi/gstavidemux.c | 1 |
3 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-01-22 David Schleef <ds@schleef.org> + + * gst/ac3parse/gstac3parse.c: update to checklist 5 + * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5 + * gst/audioconvert/gstaudioconvert.c: update to checklist 5 + * gst/audioscale/gstaudioscale.c: same + * gst/auparse/gstauparse.c: same + * gst/avi/gstavidemux.c: same + 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event): diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 570a2b6b..19850f61 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -16,6 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/* Element-Checklist-Version: 5 */ /* 2001/04/03 - Updated parseau to use caps nego * Zaheer Merali <zaheer@grid9.net diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 79b183ea..6cd3e848 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -16,6 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/* Element-Checklist-Version: 5 */ #ifdef HAVE_CONFIG_H #include "config.h" |