mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
check: uri: Check return value
CID #1455381 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/472>
This commit is contained in:
parent
9daf1ca44e
commit
67df099241
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ GST_START_TEST (test_url_constructors)
|
|||
|
||||
url2 = gst_uri_copy (url1);
|
||||
fail_unless (gst_uri_equal (url1, url2));
|
||||
gst_uri_set_query_value (url2, "key", "value");
|
||||
fail_unless (gst_uri_set_query_value (url2, "key", "value"));
|
||||
fail_unless (!gst_uri_equal (url1, url2));
|
||||
gst_uri_unref (url2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue