gnomemm r1855 - in gstreamermm/trunk: . gstreamerbase/src



Author: jaalburqu
Date: Mon Dec 15 04:54:07 2008
New Revision: 1855
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1855&view=rev

Log:
2008-12-14  Josà Alburquerque  <jaalburqu svn gnome org>

	* gstreamerbase/src/Makefile_list_of_hg.am_fragment: Removed gdpdeplay
	and gdppay plug-ins because they cause strange warnings when their
	wrap_new() methods are registered in GstBase::wrap_init():
	* Makefile.am: Build examples before tests.

	Discovered that the media player example only works outside of jhbuild
	now.  The error when attempting to play a media file in jhbuild
	environment:

	Error: Missing element 'input-selector' - check your GStreamer
	installation.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/Makefile.am
   gstreamermm/trunk/gstreamerbase/src/Makefile_list_of_hg.am_fragment

Modified: gstreamermm/trunk/Makefile.am
==============================================================================
--- gstreamermm/trunk/Makefile.am	(original)
+++ gstreamermm/trunk/Makefile.am	Mon Dec 15 04:54:07 2008
@@ -1,5 +1,5 @@
 
-SUBDIRS=tools gstreamer gstreamerbase tests @EXAMPLE_SUBDIR@ @DEMO_SUBDIR@ @DOCS_SUBDIR@
+SUBDIRS=tools gstreamer gstreamerbase @EXAMPLE_SUBDIR@ tests @DEMO_SUBDIR@ @DOCS_SUBDIR@
 DIST_SUBDIRS=$(SUBDIRS) scripts
 
 EXTRA_DIST= build_shared/Makefile_build.am_fragment \

Modified: gstreamermm/trunk/gstreamerbase/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- gstreamermm/trunk/gstreamerbase/src/Makefile_list_of_hg.am_fragment	(original)
+++ gstreamermm/trunk/gstreamerbase/src/Makefile_list_of_hg.am_fragment	Mon Dec 15 04:54:07 2008
@@ -14,7 +14,7 @@
 files_plugin_hg = adder.hg alsamixer.hg alsasink.hg alsasrc.hg \
 		  audioconvert.hg audioresample.hg audiotestsrc.hg \
 		  clockoverlay.hg decodebin.hg \
-		  ffmpegcolorspace.hg gdpdepay.hg gdppay.hg \
+		  ffmpegcolorspace.hg \
 		  oggdemux.hg oggmux.hg playbin2.hg \
 		  textoverlay.hg \
 		  textrender.hg theoradec.hg theoraenc.hg \
@@ -22,11 +22,12 @@
 		  videotestsrc.hg volume.hg vorbisdec.hg vorbisenc.hg \
 		  vorbisparse.hg vorbistag.hg ximagesink.hg
 
-#TODO: The following plug-ins are not genereated in jhbuild; investigate and
+#TODO: gdpdepay and gdppay plug-ins caus several warnings when their wrap_new() methods are registered in GstBase::wrap_init() (from GstBase::init).
+
+#TODO: The following plug-ins are not generated in jhbuild; investigate and
 # add to above list:
 # cdparanoiasrc giosink giosrc giostreamsink giostreamsrc xvimagesink.
 
-
 #TODO: Add decodebin2 to plugin list above.
 #TODO: Add multifdsink to plugin list above.
 #TODO: Add playbin to plugin list above.



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