projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba3e90
)
check: Remove assertion that breaks check again git master
author
Jan Schmidt
<thaytan@noraisin.net>
Sat, 16 May 2009 00:21:34 +0000
(
01:21
+0100)
committer
Jan Schmidt
<thaytan@noraisin.net>
Sat, 16 May 2009 00:21:34 +0000
(
01:21
+0100)
Remove the assertion that the sender of the tags message is the
element until we decide whether that's going to be true or not.
tests/check/elements/rganalysis.c
patch
|
blob
|
history
diff --git
a/tests/check/elements/rganalysis.c
b/tests/check/elements/rganalysis.c
index d9b4a85dbb85911fcc220d2db6312e5bb2a763e2..143feec991828ffd38627baa64d038171aaa71d8 100644
(file)
--- a/
tests/check/elements/rganalysis.c
+++ b/
tests/check/elements/rganalysis.c
@@
-258,8
+258,6
@@
poll_tags (GstElement * element)
message = gst_bus_poll (bus, GST_MESSAGE_TAG, GST_SECOND);
fail_unless (message != NULL, "Could not poll for TAG message: Timed out");
- fail_unless (GST_MESSAGE_SRC (message) == GST_OBJECT (element));
-
gst_message_parse_tag (message, &tag_list);
gst_message_unref (message);
gst_object_unref (bus);