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.
This commit is contained in:
Andy Wingo 2005-07-05 10:11:24 +00:00
parent 600b41401d
commit d6487dd033
2 changed files with 13 additions and 0 deletions

View File

@ -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> 2005-07-04 Wim Taymans <wim@fluendo.com>
* gst/realmedia/rmdemux.c: * gst/realmedia/rmdemux.c:

View File

@ -306,6 +306,7 @@ GST_PLUGINS_ALL="\
rtsp \ rtsp \
smpte \ smpte \
udp \ udp \
videobox \
videofilter \ videofilter \
" "
@ -497,6 +498,7 @@ gst/rtp/Makefile
gst/rtsp/Makefile gst/rtsp/Makefile
gst/smpte/Makefile gst/smpte/Makefile
gst/udp/Makefile gst/udp/Makefile
gst/videobox/Makefile
gst/videofilter/Makefile gst/videofilter/Makefile
sys/Makefile sys/Makefile
ext/Makefile ext/Makefile