[Bug 794419] gstmeta test crashes on sparc
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Mar 21 19:40:58 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=794419
--- Comment #12 from Rolf Eike Beer <eike at sf-mail.de> ---
I think I already did, this is the code how I have it at the moment:
/* add some metadata */
meta = GST_META_TEST_ADD (buffer);
fail_if (meta == NULL);
printf("meta %p\n", meta);
fflush(stdout);
printf("meta->pts %p\n", &(meta->pts));
fflush(stdout);
/* fill some values */
meta->pts = 1000;
--
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