gst/ac3parse/gstac3parse.c: update to checklist 5
authorDavid Schleef <ds@schleef.org>
Tue, 27 Jan 2004 09:00:01 +0000 (09:00 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 27 Jan 2004 09:00:01 +0000 (09:00 +0000)
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

ChangeLog
gst/auparse/gstauparse.c
gst/avi/gstavidemux.c

index 75c96282060206c9ac326a99e597a196e7d699ab..397fbd860ea74500cb3b3d901861c5b252cda7c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 570a2b6b5162e4442f82020bb6814c26cae8aaee..19850f6132e5e9d2e5b9cfddcb7bc375ba2b0f2f 100644 (file)
@@ -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
index 79b183eac52cb1d5a5e64059ed5c9caab7a9abb2..6cd3e848be890d26bc4be3b8217e0d17d655de35 100644 (file)
@@ -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"