mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
check: Remove assertion that breaks check again git master
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.
This commit is contained in:
parent
bba3e90768
commit
fa15557bf5
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue