[Bug 766607] New: player: problems with unit tests
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 18 13:24:52 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766607
Bug ID: 766607
Summary: player: problems with unit tests
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: gdesmott at gnome.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I spotted this couple of issues with tests/check/libs/player.c:
- It doesn't work GST_DEBUG, I have a patch for this one.
- Some tests, including at least test_play_media_info, are sometimes failing.
It's a race when unreffing the player doesn't drop the last reference (because
an internal operation is keeping a temporary ref) and then the
media_info_updated_cb callback is called with a TestPlayerState pointer which
is now invalid. Not sure what's the proper way to fix this one.
--
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