diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-05 10:11:24 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-05 10:11:24 +0000 |
commit | bd99456aaca604de2a22fc52fef8c8dc4f6a345b (patch) | |
tree | b03b61440e4b93e0199b8f2155a27c05f3c8752f | |
parent | 2d199737c163bb70adbd6da5a8abeea1ba90aaf9 (diff) | |
download | gst-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-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 0 deletions
@@ -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 |