[gstreamer-bugs] [Bug 512740] unit test failures on mandriva cooker

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 29 04:06:09 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=512740

  GStreamer | gst-plugins-base | Ver: 0.10.16

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO




------- Comment #5 from Tim-Philipp Müller  2008-01-29 12:06 UTC -------
> OK, I have removed gst-plugins-base 0.10.15 from the build machine.
> Now only one test fails, the elements/playbin one with the same error
> as above. The make check command should call the right gst script, so
> please fix this.

Sorry, it looks like I was a bit quick to declare your setup broken :)

So it seems you're running 'make check' in a gst-plugins-base built against an
installed core. 'make check' then uses a test environment like this:

TESTS_ENVIRONMENT = (snip) ...
  GST_PLUGIN_SYSTEM_PATH=    \
 
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR)


where GST_PLUGINS_DIR is the directory where the core plugins can be found,
which is /usr/lib/gstreamer-0.10/ in this case. So far so good.

The problem seems to be that when the registry scans the available plugins it
does it dir-by-dir, replacing any previously loaded plugins/elementfactories by
the same name if there are duplicates. So in this case the old installed -base
plugins trump the local new ones.

So we need to fix our testing environment to put the local plugins last, I
think.

Could you see what happens if you use:

GST_PLUGIN_PATH=$(GST_PLUGINS_DIR):$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext

instead? (if it still fails, could you upload another log please?)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=512740.




More information about the Gstreamer-bugs mailing list