mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
Ported goom.
Original commit message from CVS: * configure.ac: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state), (plugin_init): Ported goom. Added goom and alpha to build.
This commit is contained in:
parent
43f63213f5
commit
38ed49b7c5
2 changed files with 14 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2005-05-18 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* gst/goom/Makefile.am:
|
||||||
|
* gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_sink_setcaps),
|
||||||
|
(gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event),
|
||||||
|
(gst_goom_chain), (gst_goom_change_state), (plugin_init):
|
||||||
|
Ported goom.
|
||||||
|
Added goom and alpha to build.
|
||||||
|
|
||||||
2005-05-17 Wim Taymans <wim@fluendo.com>
|
2005-05-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -305,8 +305,10 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
GST_PLUGINS_ALL="\
|
GST_PLUGINS_ALL="\
|
||||||
|
alpha \
|
||||||
videofilter \
|
videofilter \
|
||||||
effectv \
|
effectv \
|
||||||
|
goom \
|
||||||
law \
|
law \
|
||||||
rtp \
|
rtp \
|
||||||
rtsp \
|
rtsp \
|
||||||
|
@ -489,7 +491,9 @@ AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gst-plugins.spec
|
gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
|
gst/alpha/Makefile
|
||||||
gst/effectv/Makefile
|
gst/effectv/Makefile
|
||||||
|
gst/goom/Makefile
|
||||||
gst/law/Makefile
|
gst/law/Makefile
|
||||||
gst/rtp/Makefile
|
gst/rtp/Makefile
|
||||||
gst/rtsp/Makefile
|
gst/rtsp/Makefile
|
||||||
|
|
Loading…
Reference in a new issue