summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-08-04 11:08:12 +0000
committerBenjamin Otte <otte@gnome.org>2004-08-04 11:08:12 +0000
commitdcbf83f93d74bd863bd9de9dd308b163c08dabe4 (patch)
tree616f80ec3be833332200c780df8715baa003d50a
parentfb7db2cb5bf7143b5f68c760dae13402e3458291 (diff)
gst/videotestsrc/gstvideotestsrc.c: generate the list of supported caps at startup and reuse it instead of always gen...
Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_capslist), (generate_capslist), (plugin_init): generate the list of supported caps at startup and reuse it instead of always generating it
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2161db6..f3cfbc3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-04 Benjamin Otte <otte@gnome.org>
+
+ * gst/videotestsrc/gstvideotestsrc.c:
+ (gst_videotestsrc_get_capslist), (generate_capslist),
+ (plugin_init):
+ generate the list of supported caps at startup and reuse it instead
+ of always generating it
+
2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):