+2005-05-06 Christian Schaller <uraeus@gnome.org>
+
+ * PORTED_09: update to add videofilter
+ * configure.ac: re-add videofilter
+ * gst/videofilter/Makefile.am: remove videobalance (not ported yet)
+ * gst/videofilter/gstgamma.c: (gst_gamma_class_init):
+ * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init):
+ * gst/videofilter/gstvideofilter.c: (gst_videofilter_getcaps),
+ (gst_videofilter_setcaps), (gst_videofilter_init),
+ (gst_videofilter_chain), (gst_videofilter_set_output_size):
+ * gst/videofilter/gstvideoflip.c: (gst_videoflip_class_init):
+
2005-05-06 Christian Schaller <uraeus@gnome.org>
* ext/mad: ported plugin from threaded branch
List of ported plugins (update when you commit a ported plugin):
-osssink (wim) - partially done in threaded
effectv (wim)
mad (wim)
+videofilter (wim)
+
+osssink is partially done in the threaded branch (wim)
- Remember that some plugins are already ported and now in the gst-plugins-base module.
dnl these are all the gst plug-ins, compilable without additional libs
GST_PLUGINS_ALL="\
effectv \
- law"
+ law \
+ videofilter"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
gst/Makefile
gst/effectv/Makefile
gst/law/Makefile
+gst/videofilter/Makefile
sys/Makefile
ext/Makefile
ext/mad/Makefile