gst/videobox/gstvideobox.c: Clean up, port to 0.9, use
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:11:24 +0000 (10:11 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:11:24 +0000 (10:11 +0000)
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.

ChangeLog
configure.ac

index b07e938d2d645f319d8ed6e2b9d665a89ebe3c79..f200bf1fc9853930993719925ae9ec2abe35fc5a 100644 (file)
--- 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:
index 6acad3394741338dc87879d01b44e4165c1c5d0d..c26d3c046bfbee30561baebfdaffe9bf4098df72 100644 (file)
@@ -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