diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:22 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:22 +0000 |
commit | 70a18353834f2d4d845ec92899b6534beb12308a (patch) | |
tree | 44de3ba952996a72bb41a53037692009190f254a /ChangeLog | |
parent | af9ba9d803fbf988a5ba35b6d57a7813763d5c47 (diff) | |
download | gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.tar.gz gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.tar.bz2 gst-plugins-bad-70a18353834f2d4d845ec92899b6534beb12308a.zip |
make mad and effectv work with gst-register
Original commit message from CVS:
make mad and effectv work with gst-register
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-05-06 Christian Schaller <uraeus@gnome.org> + + * configure.ac: + * ext/mad/Makefile.am: add linking of gstinterfaces + * ext/mad/gstid3tag.c: (plugin_init): remove library_load + * gst-plugins.spec.in: + * gst/effectv/Makefile.am: link to libgstvideofilter + * gst/effectv/gsteffectv.c: (plugin_init): same as for mad + * gst/videofilter/Makefile.am: make sure videoflip is not built + 2005-05-06 Wim Taymans <wim@fluendo.com> * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_setcaps), @@ -21,6 +31,7 @@ * gst/audioconvert: * gst/ffmpegcolorspace: * gst/typefind: + * gst/videofilter: comment out videoflip and gamma plugins 2005-05-06 Christian Schaller <uraeus@gnome.org> |