[Bug 723252] testsuite failure: libs/tag

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 7 00:59:17 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=723252
  GStreamer | gst-plugins-base | 1.2.2

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-04-07 07:59:12 UTC ---
Can you add

GstMapInfo map;
gst_buffer_map (buf, &map, GST_MAP_READ);
gst_util_dump_mem(map.data, map.size);
gst_buffer_unmap (buf, &map);
g_print ("tags 1: %s\n", gst_tag_list_to_string (taglist));
g_print ("tags 2: %s\n", gst_tag_list_to_string (taglist2));

in each of these tests before before the gst_tag_list_is_equal() comparison
(and move the gst_buffer_unref() call after it) and then paste the output of
that?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list