diff options
author | Benjamin Otte <otte@gnome.org> | 2004-08-04 11:08:12 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-08-04 11:08:12 +0000 |
commit | e2292025e5894ee6fddc6a828325e08d87ed7cbc (patch) | |
tree | e19325cda1f0e201ebc4c7baa93d392c9e19ac0a | |
parent | 2f13a9500e1466a931950bf4cc296e6021f857ae (diff) | |
download | gst-plugins-bad-e2292025e5894ee6fddc6a828325e08d87ed7cbc.tar.gz gst-plugins-bad-e2292025e5894ee6fddc6a828325e08d87ed7cbc.tar.bz2 gst-plugins-bad-e2292025e5894ee6fddc6a828325e08d87ed7cbc.zip |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |