diff options
author | David Schleef <ds@schleef.org> | 2004-01-07 10:16:08 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-01-07 10:16:08 +0000 |
commit | 939c003c41021b58f915751e4643eed0d489fd60 (patch) | |
tree | 8e3248a7d12378d386718edceac80d929cf14e01 | |
parent | bc6e47503c84102a15a72d20e54502bb7885ce6b (diff) | |
download | gst-plugins-bad-939c003c41021b58f915751e4643eed0d489fd60.tar.gz gst-plugins-bad-939c003c41021b58f915751e4643eed0d489fd60.tar.bz2 gst-plugins-bad-939c003c41021b58f915751e4643eed0d489fd60.zip |
Make warpTV a subclass of videofilter
Original commit message from CVS:
Make warpTV a subclass of videofilter
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-01-07 David Schleef <ds@schleef.org> + + * gst/videofilter/gstvideotemplate.c: + * gst/videofilter/gstvideotemplate.h: + * gst/videofilter/make_filter: + Merge videotemplate header into source file. + * gst/effectv/Makefile.am: + * gst/effectv/gsteffectv.c: (plugin_init): + * gst/effectv/gstwarp.c: + Make warpTV a subclass of videofilter. + 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): |