diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:23 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 14:54:23 +0000 |
commit | 67802e804865cea6d1fa6e867086830b1d7645cc (patch) | |
tree | 886f3b42b33d76bbf0bf5804871f84c70fa464b8 /ChangeLog | |
parent | d7ccf497a9962bf322c4a3800448bd438c8cfee3 (diff) |
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> |