mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
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:
parent
2d199737c1
commit
bd99456aac
2 changed files with 13 additions and 0 deletions
11
ChangeLog
11
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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue