gnomemm r2146 - in gstreamermm-plugins-good/trunk: . gstreamer-plugins-good gstreamer-plugins-good/src



Author: jaalburqu
Date: Fri Apr  3 02:01:25 2009
New Revision: 2146
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2146&view=rev

Log:
2009-04-02  Josà Alburquerque  <jaalburqu svn gnome org>

	* configure.ac:
	* gstreamer-plugins-good/gstreamermm-plugins-good-config.h.in:
	* gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment: Added
	videoflip plug-in because it was discussed on the mailing list in case
	someone wants to use it after discussion.

Modified:
   gstreamermm-plugins-good/trunk/ChangeLog
   gstreamermm-plugins-good/trunk/configure.ac
   gstreamermm-plugins-good/trunk/gstreamer-plugins-good/gstreamermm-plugins-good-config.h.in
   gstreamermm-plugins-good/trunk/gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment

Modified: gstreamermm-plugins-good/trunk/configure.ac
==============================================================================
--- gstreamermm-plugins-good/trunk/configure.ac	(original)
+++ gstreamermm-plugins-good/trunk/configure.ac	Fri Apr  3 02:01:25 2009
@@ -171,16 +171,17 @@
 # To add a plugin, add the plugin definition, in the form of
 # "plugin=CppClassName" (where "plugin" is the plugin name as recognized by
 # gst-inspect and "CppClassName" is the desired name of the C++ class),  to the
-# list of definitions below.  Also add the target .hg file name (which must be
-# the same as "CppClassName" all in lowercase with a .hg extension) to the
-# files_all_plugin_hg variable in the
+# space separated list of definitions below.  Also add the target .hg file name
+# (which must be the same as "CppClassName" all in lowercase with a .hg
+# extension) to the files_all_plugin_hg variable in the
 # gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment file.  Finally, be
 # sure to include an #undef in the form of "#undef
 # GSTREAMERMM_PLUGINS_GOOD_PLUGIN_name" in the
 # gstreamermm-plugins-good-config.h.in file (where "name" is the plugin name
 # all in caps).
 
-GSTREAMERMM_PLUGINS_GOOD_ALL_PLUGIN_DEFS="alphacolor=AlphaColor apedemux=ApeDemux"
+GSTREAMERMM_PLUGINS_GOOD_ALL_PLUGIN_DEFS="alphacolor=AlphaColor \
+apedemux=ApeDemux videoflip=VideoFlip"
 
 for plugin_def in $GSTREAMERMM_PLUGINS_GOOD_ALL_PLUGIN_DEFS; do
   plugin_name=[`echo $plugin_def | cut -d'=' -f 1`]

Modified: gstreamermm-plugins-good/trunk/gstreamer-plugins-good/gstreamermm-plugins-good-config.h.in
==============================================================================
--- gstreamermm-plugins-good/trunk/gstreamer-plugins-good/gstreamermm-plugins-good-config.h.in	(original)
+++ gstreamermm-plugins-good/trunk/gstreamer-plugins-good/gstreamermm-plugins-good-config.h.in	Fri Apr  3 02:01:25 2009
@@ -11,5 +11,6 @@
 /* plug-in defines */
 #undef GSTREAMERMM_PLUGINS_GOOD_PLUGIN_ALPHACOLOR
 #undef GSTREAMERMM_PLUGINS_GOOD_PLUGIN_APEDEMUX
+#undef GSTREAMERMM_PLUGINS_GOOD_PLUGIN_VIDEOFLIP
 
 #endif /* _GSTREAMERMM_PLUGINS_GOOD_CONFIG_H */

Modified: gstreamermm-plugins-good/trunk/gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- gstreamermm-plugins-good/trunk/gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment	(original)
+++ gstreamermm-plugins-good/trunk/gstreamer-plugins-good/src/Makefile_list_of_hg.am_fragment	Fri Apr  3 02:01:25 2009
@@ -19,7 +19,7 @@
 # gstreamermm-plugins-good-config.h.in file (where "name" is the plugin name
 # all in caps).
 
-files_all_plugin_hg = alphacolor.hg apedemux.hg
+files_all_plugin_hg = alphacolor.hg apedemux.hg videoflip.hg
 
 # The following variables are needed for the build process to know what class
 # name to use for the plug-ins and the list of the existing plug-ins in the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]