mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
8d4421b9c7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ GST_START_TEST (test_format)
|
||||||
GstElement *sink = gst_bin_get_by_name (GST_BIN (bin), "fakesink0");
|
GstElement *sink = gst_bin_get_by_name (GST_BIN (bin), "fakesink0");
|
||||||
|
|
||||||
fail_unless (sink != NULL, "Could not get fakesink out of bin");
|
fail_unless (sink != NULL, "Could not get fakesink out of bin");
|
||||||
pad = gst_element_get_pad (sink, "sink");
|
pad = gst_element_get_static_pad (sink, "sink");
|
||||||
fail_unless (pad != NULL, "Could not get pad out of fakesink");
|
fail_unless (pad != NULL, "Could not get pad out of fakesink");
|
||||||
gst_object_unref (sink);
|
gst_object_unref (sink);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue