summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-05 10:11:24 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-05 10:11:24 +0000
commitbd99456aaca604de2a22fc52fef8c8dc4f6a345b (patch)
treeb03b61440e4b93e0199b8f2155a27c05f3c8752f
parent2d199737c163bb70adbd6da5a8abeea1ba90aaf9 (diff)
downloadgst-plugins-bad-bd99456aaca604de2a22fc52fef8c8dc4f6a345b.tar.gz
gst-plugins-bad-bd99456aaca604de2a22fc52fef8c8dc4f6a345b.tar.bz2
gst-plugins-bad-bd99456aaca604de2a22fc52fef8c8dc4f6a345b.zip
gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use BaseTransform. * gst/videobox/Makefile.am: Link to base libs, include plugins-base cflags, dist the README. * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to the build.
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b07e938d..f200bf1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-07-05 Andy Wingo <wingo@pobox.com>
+
+ * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
+ BaseTransform.
+
+ * gst/videobox/Makefile.am: Link to base libs, include
+ plugins-base cflags, dist the README.
+
+ * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to
+ the build.
+
2005-07-04 Wim Taymans <wim@fluendo.com>
* gst/realmedia/rmdemux.c:
diff --git a/configure.ac b/configure.ac
index 6acad339..c26d3c04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,6 +306,7 @@ GST_PLUGINS_ALL="\
rtsp \
smpte \
udp \
+ videobox \
videofilter \
"
@@ -497,6 +498,7 @@ gst/rtp/Makefile
gst/rtsp/Makefile
gst/smpte/Makefile
gst/udp/Makefile
+gst/videobox/Makefile
gst/videofilter/Makefile
sys/Makefile
ext/Makefile