summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-12-22 06:56:16 +0000
committerBenjamin Otte <otte@gnome.org>2003-12-22 06:56:16 +0000
commit9b88d2810a0424275ad5ca3d77738da0845d7141 (patch)
tree75ceee2d6fdb8b945c37c9254063b729c704ea3b
parentce51f6173ca1c37d90f8e2e316d90316583d7755 (diff)
ext/faad/gstfaad.c: Port to new caps system.
Original commit message from CVS: 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init), (gst_faad_sinkconnect), (gst_faad_srcgetcaps), (gst_faad_srcconnect): Port to new caps system.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3874b6b..d29f11cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
+ (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
+ (gst_faad_srcconnect):
+ Port to new caps system.
+
2003-12-21 Julien MOUTTE <julien@moutte.net>
* examples/gstplay/player.c: (got_time_tick), (got_stream_length),