summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-06 11:25:55 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-06 11:25:55 +0000
commit4cb81e7ecbdc6376e5c676dcffa11758434acd1e (patch)
tree6308485bb537fd7b2784d7345c4d3c1b2083cf50
parent3d6c0c7d430560004b5f2e6ccba26ba64fa02da3 (diff)
downloadgst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.tar.gz
gst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.tar.bz2
gst-plugins-bad-4cb81e7ecbdc6376e5c676dcffa11758434acd1e.zip
add ported videofilter to cvs head
Original commit message from CVS: add ported videofilter to cvs head
-rw-r--r--ChangeLog12
-rw-r--r--PORTED_094
-rw-r--r--configure.ac4
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3836bab4..0a98f781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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
diff --git a/PORTED_09 b/PORTED_09
index 55bfc546..df3ecb2e 100644
--- a/PORTED_09
+++ b/PORTED_09
@@ -1,7 +1,9 @@
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.
diff --git a/configure.ac b/configure.ac
index b1fd958e..f2ab3633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -294,7 +294,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
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
@@ -426,6 +427,7 @@ gst-plugins.spec
gst/Makefile
gst/effectv/Makefile
gst/law/Makefile
+gst/videofilter/Makefile
sys/Makefile
ext/Makefile
ext/mad/Makefile