[gstreamer-bugs] [Bug 584945] camerabin unit tests failing

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jun 7 01:31:45 PDT 2009


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=584945

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #2 from Edward Hervey  2009-06-07 08:31 UTC -------
And that's indeed the cause of the problems. the title tag requires the XMP
backend to be rendered.

Here's a simple fix:
diff --git a/tests/check/pipelines/metadata.c
b/tests/check/pipelines/metadata.c
index a632df4..383f849 100644
--- a/tests/check/pipelines/metadata.c
+++ b/tests/check/pipelines/metadata.c
@@ -190,7 +190,9 @@ test_tags (const gchar * tag_str)

 GST_START_TEST (test_common_tags)
 {
+#if HAVE_XMP
   test_tags ("taglist,title=\"test image\"");
+#endif
 }

 GST_END_TEST;


On another matter... it would be good to have some programatic feedback on
whether a tag was properly accepted or not... it would avoid this kind of ugly
hack.


-- 
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=584945.




More information about the Gstreamer-bugs mailing list