diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-05-18 09:58:13 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-05-18 09:58:13 +0000 |
commit | 38ed49b7c5988bd5ebe37b8f7739831bfa8d3818 (patch) | |
tree | 43493cdf1a75bcddd52990f688ed177ae889c98d | |
parent | 43f63213f5f907aee2b61737f8c904e1faeaf620 (diff) |
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.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 14 insertions, 0 deletions
@@ -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> * configure.ac: diff --git a/configure.ac b/configure.ac index 2a8812852..4d38af192 100644 --- a/configure.ac +++ b/configure.ac @@ -305,8 +305,10 @@ AC_SUBST(GST_PLUGIN_LDFLAGS) dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ + alpha \ videofilter \ effectv \ + goom \ law \ rtp \ rtsp \ @@ -489,7 +491,9 @@ AC_CONFIG_FILES( Makefile gst-plugins.spec gst/Makefile +gst/alpha/Makefile gst/effectv/Makefile +gst/goom/Makefile gst/law/Makefile gst/rtp/Makefile gst/rtsp/Makefile |