fail_if            90 libs/gst/check/gstbufferstraw.c   fail_if (ret == GST_STATE_CHANGE_FAILURE, "Could not start test pipeline");
fail_if            93 libs/gst/check/gstbufferstraw.c     fail_if (ret != GST_STATE_CHANGE_SUCCESS, "Could not start test pipeline");
fail_if           158 libs/gst/check/gstbufferstraw.c   fail_if (ret == GST_STATE_CHANGE_FAILURE, "Could not stop test pipeline");
fail_if           161 libs/gst/check/gstbufferstraw.c     fail_if (ret != GST_STATE_CHANGE_SUCCESS, "Could not stop test pipeline");
fail_if           184 libs/gst/check/gstcheck.c   fail_if (element == NULL, "Could not create a '%s' element", factory);
fail_if           223 libs/gst/check/gstcheck.c   fail_if (srcpad == NULL, "Could not create a srcpad");
fail_if           229 libs/gst/check/gstcheck.c   fail_if (sinkpad == NULL, "Could not get sink pad from %s",
fail_if           302 libs/gst/check/gstcheck.c   fail_if (sinkpad == NULL, "Could not create a sinkpad");
fail_if           307 libs/gst/check/gstcheck.c   fail_if (srcpad == NULL, "Could not get source pad from %s",
fail_if           404 libs/gst/check/gstcheck.c   fail_if (element == NULL, "failed to create the element '%s'", element_name);
fail_if           414 libs/gst/check/gstcheck.c   fail_if (pad_peer == NULL);
fail_if            52 libs/gst/check/gstconsistencychecker.c     fail_if (consist->eos, "Buffer received after EOS");
fail_if            67 libs/gst/check/gstconsistencychecker.c         fail_if (consist->eos, "Received a FLUSH_STOP after an EOS");
fail_if            76 libs/gst/check/gstconsistencychecker.c         fail_if (consist->eos, "Received EOS just after another EOS");
fail_if            84 libs/gst/check/gstconsistencychecker.c           fail_if (consist->eos, "Event received after EOS");
fail_if            63 tests/check/elements/capsfilter.c   fail_if (GST_MESSAGE_TYPE (msg) != GST_MESSAGE_ERROR,
fail_if            91 tests/check/elements/fakesink.c   fail_if (sink == NULL);
fail_if            94 tests/check/elements/fakesink.c   fail_if (sinkpad == NULL);
fail_if           110 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           128 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           145 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           164 tests/check/elements/fakesink.c     fail_if (data == NULL);
fail_if           178 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           194 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           203 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           212 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           240 tests/check/elements/fakesink.c   fail_if (pipeline == NULL);
fail_if           243 tests/check/elements/fakesink.c   fail_if (sink == NULL);
fail_if           253 tests/check/elements/fakesink.c   fail_if (sinkpad == NULL);
fail_if           269 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           285 tests/check/elements/fakesink.c     fail_if (data == NULL);
fail_if           303 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_OK);
fail_if           313 tests/check/elements/fakesink.c     fail_if (data == NULL);
fail_if           337 tests/check/elements/fakesink.c     fail_if (fret != GST_FLOW_WRONG_STATE);
fail_if           358 tests/check/elements/fakesink.c   fail_if (pipeline == NULL);
fail_if           361 tests/check/elements/fakesink.c   fail_if (bus == NULL);
fail_if           364 tests/check/elements/fakesink.c   fail_if (sink == NULL);
fail_if           370 tests/check/elements/fakesink.c   fail_if (sinkpad == NULL);
fail_if           385 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           416 tests/check/elements/fakesink.c     fail_if (eret == TRUE);
fail_if           429 tests/check/elements/fakesink.c     fail_if (eret == TRUE);
fail_if           509 tests/check/elements/fakesink.c   fail_if (pipeline == NULL);
fail_if           512 tests/check/elements/fakesink.c   fail_if (sink == NULL);
fail_if           519 tests/check/elements/fakesink.c   fail_if (sinkpad == NULL);
fail_if           535 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           596 tests/check/elements/fakesink.c   fail_if (pipeline == NULL);
fail_if           599 tests/check/elements/fakesink.c   fail_if (sink == NULL);
fail_if           606 tests/check/elements/fakesink.c   fail_if (sinkpad == NULL);
fail_if           637 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           656 tests/check/elements/fakesink.c   fail_if (data == NULL);
fail_if           674 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           694 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           709 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           721 tests/check/elements/fakesink.c   fail_if (data == NULL);
fail_if           763 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           777 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           792 tests/check/elements/fakesink.c     fail_if (eret == FALSE);
fail_if           804 tests/check/elements/fakesink.c   fail_if (data == NULL);
fail_if           197 tests/check/elements/fakesrc.c     fail_if (GST_BUFFER_SIZE (buf) > 8192);
fail_if           198 tests/check/elements/fakesrc.c     fail_if (GST_BUFFER_SIZE (buf) < 4096);
fail_if            80 tests/check/elements/fdsrc.c   fail_if (pipe (pipe_fd) < 0);
fail_if            82 tests/check/elements/fdsrc.c   fail_if (_pipe (pipe_fd, 2048, _O_BINARY) < 0);
fail_if            94 tests/check/elements/fdsrc.c     fail_if (write (pipe_fd[1], data, 4096) < 0);
fail_if           121 tests/check/elements/fdsrc.c   fail_if (pipe (pipe_fd) < 0);
fail_if           123 tests/check/elements/fdsrc.c   fail_if (_pipe (pipe_fd, 2048, _O_BINARY) < 0);
fail_if           134 tests/check/elements/fdsrc.c   fail_if (write (pipe_fd[1], data, 4096) < 0);
fail_if           165 tests/check/elements/fdsrc.c   fail_if ((in_fd = open (TESTFILE, O_RDONLY)) < 0);
fail_if           235 tests/check/elements/filesink.c   fail_if ((message = gst_bus_pop (bus)) == NULL);
fail_if           241 tests/check/elements/filesink.c   fail_if (location);
fail_if           289 tests/check/elements/filesink.c   fail_if (gst_uri_handler_set_uri (GST_URI_HANDLER (filesink),
fail_if           312 tests/check/elements/filesrc.c   fail_if ((message = gst_bus_pop (bus)) == NULL);
fail_if           314 tests/check/elements/filesrc.c   fail_if ((message = gst_bus_pop (bus)) == NULL);
fail_if           320 tests/check/elements/filesrc.c   fail_if (location);
fail_if           368 tests/check/elements/filesrc.c   fail_if (gst_uri_handler_set_uri (GST_URI_HANDLER (src),
fail_if           117 tests/check/elements/multiqueue.c   fail_if (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_ERROR,
fail_if           151 tests/check/elements/multiqueue.c   fail_if (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_ERROR, "Got ERROR message");
fail_if           295 tests/check/elements/multiqueue.c   fail_if (pad_data == NULL);
fail_if           340 tests/check/elements/multiqueue.c   fail_if (pad_data == NULL);
fail_if           458 tests/check/elements/multiqueue.c     fail_if (buf == NULL);
fail_if           363 tests/check/elements/queue.c   fail_if (time != GST_SECOND);
fail_if           373 tests/check/elements/queue.c   fail_if (time != 2 * GST_SECOND);
fail_if           386 tests/check/elements/queue.c   fail_if (time != 4 * GST_SECOND);
fail_if           398 tests/check/elements/queue.c   fail_if (time != 6 * GST_SECOND);
fail_if           410 tests/check/elements/queue.c   fail_if (time != 6 * GST_SECOND);
fail_if           421 tests/check/elements/queue.c   fail_if (time != 7 * GST_SECOND);
fail_if            90 tests/check/elements/tee.c   fail_if (bus == NULL);
fail_if            94 tests/check/elements/tee.c   fail_if (GST_MESSAGE_TYPE (msg) != GST_MESSAGE_EOS);
fail_if           130 tests/check/elements/tee.c   fail_if (pipeline == NULL);
fail_if           133 tests/check/elements/tee.c   fail_if (tee == NULL);
fail_if           137 tests/check/elements/tee.c   fail_if (bus == NULL);
fail_if           158 tests/check/elements/tee.c   fail_if (GST_MESSAGE_TYPE (msg) != GST_MESSAGE_EOS);
fail_if           191 tests/check/elements/tee.c   fail_if (h->tee == NULL);
fail_if           201 tests/check/elements/tee.c   fail_if (h->start_srcpad == NULL);
fail_if           206 tests/check/elements/tee.c   fail_if (h->tee_sinkpad == NULL);
fail_if           209 tests/check/elements/tee.c   fail_if (h->tee_srcpad == NULL);
fail_if           212 tests/check/elements/tee.c   fail_if (h->final_sinkpad == NULL);
fail_if           282 tests/check/elements/tee.c     fail_if (h->app_thread == NULL);
fail_if           946 tests/check/generic/sinks.c   fail_if (thread == NULL, "no thread");
fail_if          1115 tests/check/generic/sinks.c   fail_if (thread == NULL, "no thread");
fail_if           113 tests/check/generic/states.c     fail_if (element == NULL, "Could not make element from factory %s", name);
fail_if           146 tests/check/generic/states.c     fail_if (element == NULL, "Could not make element from factory %s", name);
fail_if           179 tests/check/generic/states.c     fail_if (element == NULL, "Could not make element from factory %s", name);
fail_if            89 tests/check/gst/gst.c   fail_if (version == NULL);
fail_if           184 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           243 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           253 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           276 tests/check/gst/gstbin.c   fail_if (gst_bus_have_pending (bus), "unexpected pending messages");
fail_if           315 tests/check/gst/gstbin.c   fail_if ((gst_bus_pop (bus)) != NULL);
fail_if           342 tests/check/gst/gstbin.c   fail_if ((gst_bus_pop (bus)) != NULL);
fail_if           363 tests/check/gst/gstbin.c   fail_if ((gst_bus_pop (bus)) != NULL);
fail_if           397 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           399 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           460 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           462 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           504 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           506 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           569 tests/check/gst/gstbin.c     fail_if (msg == NULL, "No state change message within 1 second (#"        \
fail_if           572 tests/check/gst/gstbin.c     fail_if (msg->src != GST_OBJECT (element), G_STRINGIFY(element)           \
fail_if           574 tests/check/gst/gstbin.c     fail_if (old != old_state || new != new_state, "state change is not "     \
fail_if           593 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           597 tests/check/gst/gstbin.c   fail_if (identity == NULL, "Could not create identity");
fail_if           600 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           609 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_ASYNC,
fail_if           613 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to PLAYING failed");
fail_if           614 tests/check/gst/gstbin.c   fail_if (current != GST_STATE_PLAYING, "State change to PLAYING failed");
fail_if           615 tests/check/gst/gstbin.c   fail_if (pending != GST_STATE_VOID_PENDING, "State change to PLAYING failed");
fail_if           654 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed");
fail_if           656 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed");
fail_if           670 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to NULL failed");
fail_if           699 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           702 tests/check/gst/gstbin.c   fail_if (identity == NULL, "Could not create identity");
fail_if           705 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink");
fail_if           716 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_ASYNC, "State change to PLAYING not ASYNC");
fail_if           719 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to PLAYING failed");
fail_if           720 tests/check/gst/gstbin.c   fail_if (current != GST_STATE_PLAYING, "State change to PLAYING failed");
fail_if           721 tests/check/gst/gstbin.c   fail_if (pending != GST_STATE_VOID_PENDING, "State change to PLAYING failed");
fail_if           760 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed");
fail_if           776 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to NULL failed");
fail_if           803 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           806 tests/check/gst/gstbin.c   fail_if (tee == NULL, "Could not create tee");
fail_if           809 tests/check/gst/gstbin.c   fail_if (identity == NULL, "Could not create identity");
fail_if           812 tests/check/gst/gstbin.c   fail_if (sink1 == NULL, "Could not create fakesink1");
fail_if           815 tests/check/gst/gstbin.c   fail_if (sink2 == NULL, "Could not create fakesink2");
fail_if           825 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to READY failed");
fail_if           834 tests/check/gst/gstbin.c     fail_if (msg == NULL, "No state change message within 1 second (#201)");
fail_if           839 tests/check/gst/gstbin.c     fail_if (first != GST_OBJECT (sink1) && first != GST_OBJECT (sink2),
fail_if           844 tests/check/gst/gstbin.c     fail_if (msg == NULL, "No state change message within 1 second (#201)");
fail_if           849 tests/check/gst/gstbin.c     fail_if (second != GST_OBJECT (sink1) && second != GST_OBJECT (sink2),
fail_if           853 tests/check/gst/gstbin.c     fail_if (second == first, "got state change from same object");
fail_if           871 tests/check/gst/gstbin.c   fail_if (ret != GST_STATE_CHANGE_SUCCESS, "State change to NULL failed");
fail_if           899 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           902 tests/check/gst/gstbin.c   fail_if (tee == NULL, "Could not create tee");
fail_if           905 tests/check/gst/gstbin.c   fail_if (sink1 == NULL, "Could not create fakesink1");
fail_if           913 tests/check/gst/gstbin.c   fail_if (identity == NULL, "Could not create identity");
fail_if           916 tests/check/gst/gstbin.c   fail_if (sink2 == NULL, "Could not create fakesink2");
fail_if           995 tests/check/gst/gstbin.c   fail_if (src == NULL, "Could not create fakesrc");
fail_if           998 tests/check/gst/gstbin.c   fail_if (identity == NULL, "Could not create identity");
fail_if          1001 tests/check/gst/gstbin.c   fail_if (sink == NULL, "Could not create fakesink1");
fail_if            92 tests/check/gst/gstbuffer.c   fail_if (sub == NULL, "create_sub of buffer returned NULL");
fail_if           108 tests/check/gst/gstbuffer.c   fail_if (sub == NULL, "create_sub of buffer returned NULL");
fail_if           119 tests/check/gst/gstbuffer.c   fail_if (sub == NULL, "create_sub of buffer returned NULL");
fail_if           132 tests/check/gst/gstbuffer.c   fail_if (sub == NULL, "create_sub of buffer returned NULL");
fail_if           155 tests/check/gst/gstbuffer.c   fail_if (sub1 == NULL, "create_sub of buffer returned NULL");
fail_if           158 tests/check/gst/gstbuffer.c   fail_if (sub2 == NULL, "create_sub of buffer returned NULL");
fail_if           160 tests/check/gst/gstbuffer.c   fail_if (gst_buffer_is_span_fast (buffer, sub2) == TRUE,
fail_if           163 tests/check/gst/gstbuffer.c   fail_if (gst_buffer_is_span_fast (sub1, buffer) == TRUE,
fail_if           166 tests/check/gst/gstbuffer.c   fail_if (gst_buffer_is_span_fast (sub1, sub2) == FALSE,
fail_if           190 tests/check/gst/gstbuffer.c   fail_if (sub1 == NULL, "create_sub of buffer returned NULL");
fail_if           193 tests/check/gst/gstbuffer.c   fail_if (sub2 == NULL, "create_sub of buffer returned NULL");
fail_if           351 tests/check/gst/gstbuffer.c   fail_if (sub1 == buffer);
fail_if           392 tests/check/gst/gstbuffer.c   fail_if (GST_BUFFER_DATA (buffer) == GST_BUFFER_DATA (copy));
fail_if           141 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           186 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           211 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           258 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           331 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           414 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           431 tests/check/gst/gstbufferlist.c   fail_if (notified);
fail_if           516 tests/check/gst/gstbufferlist.c   fail_if (gst_buffer_list_iterator_next_group (it));
fail_if           176 tests/check/gst/gstbus.c   fail_if (id == 0);
fail_if           217 tests/check/gst/gstbus.c   fail_if (id == 0);
fail_if           321 tests/check/gst/gstbus.c   fail_if (gst_bus_have_pending (test_bus), "unexpected messages on bus");
fail_if           343 tests/check/gst/gstbus.c   fail_if (gst_bus_have_pending (test_bus), "unexpected messages on bus");
fail_if           375 tests/check/gst/gstbus.c   fail_if (gst_bus_have_pending (test_bus), "unexpected messages on bus");
fail_if           471 tests/check/gst/gstbus.c   fail_if (error != NULL);
fail_if           477 tests/check/gst/gstbus.c   fail_if (gst_bus_have_pending (test_bus), "unexpected messages on bus");
fail_if           480 tests/check/gst/gstbus.c   fail_if (gst_bus_timed_pop (test_bus, 0) != NULL);
fail_if           483 tests/check/gst/gstbus.c   fail_if (gst_bus_timed_pop (test_bus, 1000) != NULL);
fail_if            37 tests/check/gst/gstcaps.c     fail_if (caps == NULL,
fail_if            40 tests/check/gst/gstcaps.c     fail_if (to_str == NULL,
fail_if            43 tests/check/gst/gstcaps.c     fail_if (caps2 == NULL, "Could not create caps from string %s\n", to_str);
fail_if           379 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (c2), NULL);
fail_if           388 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (c2), NULL);
fail_if           710 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (icaps));
fail_if           722 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (icaps));
fail_if           746 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (norm));
fail_if           765 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (norm));
fail_if           783 tests/check/gst/gstcaps.c   fail_if (gst_caps_is_empty (norm));
fail_if            33 tests/check/gst/gstchildproxy.c   fail_if (g_strcmp0 ("foo", name));
fail_if            50 tests/check/gst/gstchildproxy.c   fail_if (elem == NULL, "Could not create fakesrc");
fail_if            55 tests/check/gst/gstchildproxy.c   fail_if (g_strcmp0 ("src", name));
fail_if            71 tests/check/gst/gstclock.c   fail_if (master_alive);
fail_if            91 tests/check/gst/gstelement.c   fail_if (bus != NULL);
fail_if           159 tests/check/gst/gstelement.c   fail_if (gst_element_link (src, sink));
fail_if           176 tests/check/gst/gstelement.c   fail_if (factory == NULL);
fail_if           183 tests/check/gst/gstelement.c     fail_if (type != 0);
fail_if           190 tests/check/gst/gstelement.c   fail_if (tmp == NULL);
fail_if           197 tests/check/gst/gstelement.c   fail_if (type == 0);
fail_if           200 tests/check/gst/gstelement.c   fail_if (klass == NULL);
fail_if           204 tests/check/gst/gstelement.c   fail_if (klass->elementfactory == NULL);
fail_if           205 tests/check/gst/gstelement.c   fail_if (klass->elementfactory != factory);
fail_if            33 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if            37 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_SERIALIZED (event));
fail_if            43 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if            53 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if            55 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_UPSTREAM (event));
fail_if            70 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if            72 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_UPSTREAM (event));
fail_if           102 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           104 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_UPSTREAM (event));
fail_if           127 tests/check/gst/gstevent.c     fail_if (taglist == NULL);
fail_if           128 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           130 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_UPSTREAM (event));
fail_if           146 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           149 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_DOWNSTREAM (event));
fail_if           150 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_SERIALIZED (event));
fail_if           171 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           174 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_DOWNSTREAM (event));
fail_if           175 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_SERIALIZED (event));
fail_if           194 tests/check/gst/gstevent.c     fail_if (structure == NULL);
fail_if           196 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           199 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_DOWNSTREAM (event));
fail_if           200 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_SERIALIZED (event));
fail_if           209 tests/check/gst/gstevent.c     fail_if (structure == NULL);
fail_if           211 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           214 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_DOWNSTREAM (event));
fail_if           215 tests/check/gst/gstevent.c     fail_if (GST_EVENT_IS_SERIALIZED (event));
fail_if           228 tests/check/gst/gstevent.c     fail_if (structure == NULL);
fail_if           231 tests/check/gst/gstevent.c     fail_if (event == NULL);
fail_if           233 tests/check/gst/gstevent.c     fail_if (event2 == NULL);
fail_if           238 tests/check/gst/gstevent.c     fail_if (gst_event_get_structure (event) ==
fail_if           248 tests/check/gst/gstevent.c     fail_if (structure == NULL);
fail_if           361 tests/check/gst/gstevent.c     fail_if (got_event_before_q == NULL,
fail_if           372 tests/check/gst/gstevent.c     fail_if (got_event_after_q == NULL,
fail_if           404 tests/check/gst/gstevent.c   fail_if ((pipeline = (GstBin *) gst_pipeline_new ("testpipe")) == NULL);
fail_if           405 tests/check/gst/gstevent.c   fail_if ((fakesrc = gst_element_factory_make ("fakesrc", NULL)) == NULL);
fail_if           406 tests/check/gst/gstevent.c   fail_if ((fakesink = gst_element_factory_make ("fakesink", NULL)) == NULL);
fail_if           407 tests/check/gst/gstevent.c   fail_if ((queue = gst_element_factory_make ("queue", NULL)) == NULL);
fail_if           422 tests/check/gst/gstevent.c   fail_if ((srcpad = gst_element_get_static_pad (fakesrc, "src")) == NULL);
fail_if           426 tests/check/gst/gstevent.c   fail_if ((sinkpad = gst_element_get_static_pad (fakesink, "sink")) == NULL);
fail_if            67 tests/check/gst/gstghostpad.c   fail_if (gst_pad_is_linked (srcpad));
fail_if           121 tests/check/gst/gstghostpad.c   fail_if (!gst_pad_is_linked (srcpad));
fail_if            36 tests/check/gst/gstinterface.c   fail_if (!gst_element_implements_interface (element, GST_TYPE_URI_HANDLER));
fail_if            37 tests/check/gst/gstinterface.c   fail_if (gst_element_implements_interface (element,
fail_if            43 tests/check/gst/gstinterface.c   fail_if (gst_element_implements_interface (element, GST_TYPE_URI_HANDLER));
fail_if            44 tests/check/gst/gstinterface.c   fail_if (gst_element_implements_interface (element,
fail_if            36 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if            47 tests/check/gst/gstmessage.c     fail_if (error == NULL);
fail_if            49 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if            58 tests/check/gst/gstmessage.c     fail_if (error == NULL);
fail_if            59 tests/check/gst/gstmessage.c     fail_if (debug == NULL);
fail_if            75 tests/check/gst/gstmessage.c     fail_if (warning == NULL);
fail_if            77 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if            86 tests/check/gst/gstmessage.c     fail_if (warning == NULL);
fail_if            87 tests/check/gst/gstmessage.c     fail_if (debug == NULL);
fail_if           106 tests/check/gst/gstmessage.c     fail_if (tag == NULL);
fail_if           108 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if           113 tests/check/gst/gstmessage.c     fail_if (tag == NULL);
fail_if           130 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if           168 tests/check/gst/gstmessage.c     fail_if (structure == NULL);
fail_if           170 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if           172 tests/check/gst/gstmessage.c     fail_if (struc == NULL);
fail_if           199 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if           250 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if           283 tests/check/gst/gstmessage.c     fail_if (message == NULL);
fail_if            34 tests/check/gst/gstminiobject.c   fail_if (copy == NULL, "Copy of buffer returned NULL");
fail_if            53 tests/check/gst/gstminiobject.c   fail_if (gst_mini_object_is_writable (mobj),
fail_if            59 tests/check/gst/gstminiobject.c   fail_if (gst_mini_object_ref (mobj) == NULL, "Could not ref the mobj");
fail_if            61 tests/check/gst/gstminiobject.c   fail_if (gst_mini_object_is_writable (mobj),
fail_if            83 tests/check/gst/gstminiobject.c   fail_if (mobj == mobj3,
fail_if            92 tests/check/gst/gstobject.c   fail_if (object == NULL, "Failed to create instance of GstFakeObject");
fail_if           110 tests/check/gst/gstobject.c   fail_if (name == NULL, "Newly created object has no name");
fail_if           111 tests/check/gst/gstobject.c   fail_if (strncmp (name, "fakeobject", 10) != 0,
fail_if           119 tests/check/gst/gstobject.c   fail_if (name == NULL, "Random name was not assigned");
fail_if           120 tests/check/gst/gstobject.c   fail_if (strncmp (name, "fakeobject", 10) != 0,
fail_if           126 tests/check/gst/gstobject.c   fail_if (name == NULL, "Failed to get name of GstFakeObject");
fail_if           127 tests/check/gst/gstobject.c   fail_if (strcmp (name, "fake") != 0, "Name of GstFakeObject is not 'fake'");
fail_if           132 tests/check/gst/gstobject.c   fail_if (strcmp (name2, "fake") != 0,
fail_if           337 tests/check/gst/gstobject.c     fail_if (strcmp (name1, name2) == 0, "Two objects with name %s", name2);
fail_if           358 tests/check/gst/gstobject.c   fail_if (object1 == NULL, "Failed to create instance of GstFakeObject");
fail_if           366 tests/check/gst/gstobject.c   fail_if (parent != NULL, "GstFakeObject has parent");
fail_if           369 tests/check/gst/gstobject.c   fail_if (result == TRUE, "GstFakeObject accepted NULL parent");
fail_if           372 tests/check/gst/gstobject.c   fail_if (result == TRUE, "GstFakeObject accepted itself as parent");
fail_if           380 tests/check/gst/gstobject.c   fail_if (object2 == NULL,
fail_if           389 tests/check/gst/gstobject.c   fail_if (result == FALSE,
fail_if           393 tests/check/gst/gstobject.c   fail_if (GST_OBJECT_IS_FLOATING (object1),
fail_if           401 tests/check/gst/gstobject.c   fail_if (parent != object2, "GstFakeObject has wrong parent");
fail_if           405 tests/check/gst/gstobject.c   fail_if (result == TRUE, "GstFakeObject could set parent twice");
fail_if           414 tests/check/gst/gstobject.c   fail_if (parent != NULL, "GstFakeObject has parent");
fail_if           417 tests/check/gst/gstobject.c   fail_if (GST_OBJECT_IS_FLOATING (object1),
fail_if           437 tests/check/gst/gstobject.c   fail_if (object1 == NULL, "Failed to create instance of GstFakeObject");
fail_if           440 tests/check/gst/gstobject.c   fail_if (object2 == NULL, "Failed to create instance of GstFakeObject");
fail_if           444 tests/check/gst/gstobject.c   fail_if (result == FALSE,
fail_if           462 tests/check/gst/gstobject.c   fail_if (object1 == NULL, "Failed to create instance of GstFakeObject");
fail_if           465 tests/check/gst/gstobject.c   fail_if (object2 == NULL, "Failed to create instance of GstFakeObject");
fail_if           468 tests/check/gst/gstobject.c   fail_if (object3 == NULL, "Failed to create instance of GstFakeObject");
fail_if           471 tests/check/gst/gstobject.c   fail_if (object4 == NULL, "Failed to create instance of GstFakeObject");
fail_if           475 tests/check/gst/gstobject.c   fail_if (result == FALSE,
fail_if           478 tests/check/gst/gstobject.c   fail_if (result == FALSE,
fail_if           481 tests/check/gst/gstobject.c   fail_if (result == FALSE,
fail_if           485 tests/check/gst/gstobject.c   fail_if (gst_object_has_ancestor (object1, object2));
fail_if           488 tests/check/gst/gstobject.c   fail_if (gst_object_has_ancestor (object3, object1));
fail_if           489 tests/check/gst/gstobject.c   fail_if (gst_object_has_ancestor (object4, object1));
fail_if           491 tests/check/gst/gstobject.c   fail_if (gst_object_has_ancestor (object4, object3));
fail_if            33 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if            42 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if            86 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if            88 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           120 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           123 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           165 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           180 tests/check/gst/gstpad.c   fail_if (gotcaps == NULL);
fail_if           223 tests/check/gst/gstpad.c   fail_if (result);
fail_if           255 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           316 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           320 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           427 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           432 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           491 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_SUCCESS (ret));
fail_if           492 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "unexpected"));
fail_if           494 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "unexpected"));
fail_if           497 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_FATAL (ret));
fail_if           499 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "resend"));
fail_if           501 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "resend"));
fail_if           505 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_FATAL (ret));
fail_if           507 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "custom-success"));
fail_if           509 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "custom-success"));
fail_if           513 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_SUCCESS (ret));
fail_if           514 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "custom-error"));
fail_if           516 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "custom-error"));
fail_if           520 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_FATAL (ret));
fail_if           522 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "custom-success"));
fail_if           524 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "custom-success"));
fail_if           528 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_SUCCESS (ret));
fail_if           529 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "custom-error"));
fail_if           531 tests/check/gst/gstpad.c   fail_if (strcmp (g_quark_to_string (quark), "custom-error"));
fail_if           536 tests/check/gst/gstpad.c   fail_if (GST_FLOW_IS_SUCCESS (ret));
fail_if           537 tests/check/gst/gstpad.c   fail_if (strcmp (gst_flow_get_name (ret), "unknown"));
fail_if           564 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           568 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           608 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           611 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           625 tests/check/gst/gstpad.c   fail_if (gst_pad_is_linked (sink));
fail_if           642 tests/check/gst/gstpad.c   fail_if (sink == NULL);
fail_if           645 tests/check/gst/gstpad.c   fail_if (src == NULL);
fail_if           659 tests/check/gst/gstpad.c   fail_if (gst_pad_is_linked (src));
fail_if           244 tests/check/gst/gstpipeline.c   fail_if (GST_BUFFER_TIMESTAMP (buffer) == GST_CLOCK_TIME_NONE,
fail_if           314 tests/check/gst/gstpipeline.c     fail_if (base == GST_CLOCK_TIME_NONE);
fail_if           327 tests/check/gst/gstpipeline.c     fail_if (observed == GST_CLOCK_TIME_NONE, "no timestamp recorded");
fail_if           366 tests/check/gst/gstpipeline.c     fail_if (lower == GST_CLOCK_TIME_NONE);
fail_if           388 tests/check/gst/gstpipeline.c     fail_if (base == GST_CLOCK_TIME_NONE);
fail_if           400 tests/check/gst/gstpipeline.c     fail_if (observed == GST_CLOCK_TIME_NONE, "no timestamp recorded");
fail_if           470 tests/check/gst/gstpipeline.c     fail_if (observed == GST_CLOCK_TIME_NONE, "no timestamp recorded");
fail_if           145 tests/check/gst/gstplugin.c     fail_if (GST_OBJECT_REFCOUNT_VALUE (feature) != 1,
fail_if           160 tests/check/gst/gstplugin.c   fail_if (unloaded_plugin == NULL, "Failed to find coreelements plugin");
fail_if           161 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (unloaded_plugin) != 2,
fail_if           166 tests/check/gst/gstplugin.c   fail_if (loaded_plugin == NULL, "Failed to load plugin");
fail_if           169 tests/check/gst/gstplugin.c     fail_if (GST_OBJECT_REFCOUNT_VALUE (loaded_plugin) != 2,
fail_if           172 tests/check/gst/gstplugin.c     fail_if (GST_OBJECT_REFCOUNT_VALUE (unloaded_plugin) != 1,
fail_if           189 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 2,
fail_if           194 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 3,
fail_if           199 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 2,
fail_if           213 tests/check/gst/gstplugin.c   fail_if (plugin == NULL, "Failed to find coreelements plugin");
fail_if           234 tests/check/gst/gstplugin.c   fail_if (feature == NULL, "Failed to find identity element factory");
fail_if           235 tests/check/gst/gstplugin.c   fail_if (strcmp (feature->plugin_name, "coreelements"),
fail_if           238 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (feature) != 2,
fail_if           252 tests/check/gst/gstplugin.c   fail_if (element_factory == NULL, "Failed to find identity element factory");
fail_if           254 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (element_factory) != 2,
fail_if           288 tests/check/gst/gstplugin.c   fail_if (plugin == NULL, "Failed to find typefind functions");
fail_if           289 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 2,
fail_if           291 tests/check/gst/gstplugin.c   fail_if (gst_plugin_is_loaded (plugin), "Expected plugin to be unloaded");
fail_if           295 tests/check/gst/gstplugin.c   fail_if (feature == NULL, "Failed to find audio/x-aw typefind factory");
fail_if           296 tests/check/gst/gstplugin.c   fail_if (feature->plugin != plugin,
fail_if           299 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 3,
fail_if           307 tests/check/gst/gstplugin.c   fail_if (GST_OBJECT_REFCOUNT_VALUE (plugin) != 1,
fail_if           318 tests/check/gst/gstplugin.c   fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           322 tests/check/gst/gstplugin.c   fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           326 tests/check/gst/gstplugin.c   fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           337 tests/check/gst/gstplugin.c     fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           343 tests/check/gst/gstplugin.c     fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           349 tests/check/gst/gstplugin.c     fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           355 tests/check/gst/gstplugin.c     fail_if (gst_default_registry_check_feature_version ("identity",
fail_if           360 tests/check/gst/gstplugin.c   fail_if (gst_default_registry_check_feature_version ("entityid",
fail_if            43 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if            46 tests/check/gst/gstpoll.c   fail_if (_pipe (socks, 4096, _O_BINARY) < 0, "Could not create a pipe");
fail_if            48 tests/check/gst/gstpoll.c   fail_if (socketpair (PF_UNIX, SOCK_STREAM, 0, socks) < 0,
fail_if            64 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_write (set, &rfd),
fail_if            75 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_write (set, &rfd),
fail_if            77 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &wfd),
fail_if            86 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &rfd),
fail_if            88 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_write (set, &rfd),
fail_if            90 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &wfd),
fail_if           110 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if           117 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_has_closed (set, &fd),
fail_if           119 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_has_error (set, &fd),
fail_if           121 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_write (set, &fd),
fail_if           123 tests/check/gst/gstpoll.c   fail_if (gst_poll_fd_can_read (set, &fd),
fail_if           127 tests/check/gst/gstpoll.c   fail_if (gst_poll_remove_fd (set, &fd),
fail_if           136 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if           162 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if           202 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if           235 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if           298 tests/check/gst/gstpoll.c   fail_if (set == NULL, "Failed to create a GstPoll");
fail_if            31 tests/check/gst/gstquery.c     fail_if (query == NULL);
fail_if            35 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if            40 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if            41 tests/check/gst/gstquery.c     fail_if (position != 0xdeadbeaf);
fail_if            51 tests/check/gst/gstquery.c     fail_if (query == NULL);
fail_if            55 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if            60 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if            61 tests/check/gst/gstquery.c     fail_if (duration != 0xdeadbeaf);
fail_if            85 tests/check/gst/gstquery.c     fail_if (query == NULL);
fail_if            91 tests/check/gst/gstquery.c     fail_if (rate != 0.0);
fail_if            92 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_BYTES);
fail_if            93 tests/check/gst/gstquery.c     fail_if (start != -1);
fail_if            94 tests/check/gst/gstquery.c     fail_if (stop != -1);
fail_if           103 tests/check/gst/gstquery.c     fail_if (rate != 2.0);
fail_if           104 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if           105 tests/check/gst/gstquery.c     fail_if (start != 1 * GST_SECOND);
fail_if           106 tests/check/gst/gstquery.c     fail_if (stop != 3 * GST_SECOND);
fail_if           117 tests/check/gst/gstquery.c     fail_if (query == NULL);
fail_if           122 tests/check/gst/gstquery.c     fail_if (size != 0);
fail_if           126 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_UNDEFINED);
fail_if           128 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_UNDEFINED);
fail_if           134 tests/check/gst/gstquery.c     fail_if (size != 2);
fail_if           139 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_TIME);
fail_if           141 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_BYTES);
fail_if           145 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_UNDEFINED);
fail_if           152 tests/check/gst/gstquery.c     fail_if (size != 3);
fail_if           155 tests/check/gst/gstquery.c     fail_if (format != GST_FORMAT_PERCENT);
fail_if           167 tests/check/gst/gstquery.c       fail_if (size != 3);
fail_if           170 tests/check/gst/gstquery.c       fail_if (format != GST_FORMAT_TIME);
fail_if           172 tests/check/gst/gstquery.c       fail_if (format != GST_FORMAT_PERCENT);
fail_if           207 tests/check/gst/gstquery.c   fail_if (ret == GST_STATE_CHANGE_FAILURE, "Failed to set pipeline PLAYING");
fail_if           241 tests/check/gst/gstquery.c   fail_if (ret == GST_STATE_CHANGE_FAILURE, "Failed to set pipeline NULL");
fail_if            62 tests/check/gst/gststructure.c     fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           105 tests/check/gst/gststructure.c     fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           128 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           135 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           142 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           149 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           156 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           165 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           177 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           252 tests/check/gst/gststructure.c   fail_if (structure == NULL, "Could not get structure from string %s", s);
fail_if           318 tests/check/gst/gststructure.c   fail_if (gst_structure_get_string (s, "key"));
fail_if           319 tests/check/gst/gststructure.c   fail_if (gst_structure_has_field (s, "key"));
fail_if           362 tests/check/gst/gststructure.c   fail_if (gst_structure_fixate_field_nearest_int (s, "int", 5));
fail_if           364 tests/check/gst/gststructure.c   fail_if (gst_structure_fixate_field_nearest_int (s, "intrange", 5));
fail_if           366 tests/check/gst/gststructure.c   fail_if (gst_structure_fixate_field_nearest_int (s, "intrange2", 15));
fail_if           544 tests/check/gst/gststructure.c   fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "double",
fail_if           546 tests/check/gst/gststructure.c   fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "dooble",
fail_if           574 tests/check/gst/gststructure.c   fail_if (gst_structure_id_get (s, g_quark_from_static_string ("int"),
fail_if           577 tests/check/gst/gststructure.c   fail_if (gst_structure_id_get (s, g_quark_from_static_string ("int"),
fail_if            56 tests/check/gst/gstsystemclock.c     fail_if (time[i] != (time[i] * GST_SECOND / GST_SECOND));
fail_if            59 tests/check/gst/gstsystemclock.c     fail_if (diff[i] != (diff[i] * GST_SECOND / GST_SECOND));
fail_if            88 tests/check/gst/gstsystemclock.c   fail_if (TRUE);
fail_if           487 tests/check/gst/gstsystemclock.c     fail_if (d[i] != GST_CLOCK_DIFF (time1[i], time2[i]));
fail_if           278 tests/check/gst/gsttag.c   fail_if (str == NULL);
fail_if           279 tests/check/gst/gsttag.c   fail_if (strstr (str, "2005-10-14") == NULL);
fail_if           282 tests/check/gst/gsttag.c   fail_if (tag_list2 == NULL);
fail_if           283 tests/check/gst/gsttag.c   fail_if (!gst_tag_list_get_date (tag_list2, GST_TAG_DATE, &date2));
fail_if           287 tests/check/gst/gsttag.c   fail_if (g_date_compare (date, date2) != 0);
fail_if           288 tests/check/gst/gsttag.c   fail_if (g_date_get_day (date) != 14);
fail_if           289 tests/check/gst/gsttag.c   fail_if (g_date_get_month (date) != 10);
fail_if           290 tests/check/gst/gsttag.c   fail_if (g_date_get_year (date) != 2005);
fail_if           291 tests/check/gst/gsttag.c   fail_if (g_date_get_day (date2) != 14);
fail_if           292 tests/check/gst/gsttag.c   fail_if (g_date_get_month (date2) != 10);
fail_if           293 tests/check/gst/gsttag.c   fail_if (g_date_get_year (date2) != 2005);
fail_if           312 tests/check/gst/gsttag.c   ASSERT_CRITICAL (fail_if (gst_is_tag_list (NULL)));
fail_if           315 tests/check/gst/gsttag.c   fail_if (GST_IS_TAG_LIST (NULL));
fail_if           322 tests/check/gst/gsttag.c   fail_if (gst_tag_list_is_empty (taglist));
fail_if           361 tests/check/gst/gsttag.c   fail_if (!gst_tag_list_get_buffer (tags, GST_TAG_IMAGE, &buf1));
fail_if           363 tests/check/gst/gsttag.c   fail_if (!gst_tag_list_get_buffer (tags, GST_TAG_PREVIEW_IMAGE, &buf2));
fail_if           366 tests/check/gst/gsttag.c   fail_if (gst_tag_list_get_buffer_index (tags, GST_TAG_IMAGE, 1, &buf1));
fail_if           367 tests/check/gst/gsttag.c   fail_if (gst_tag_list_get_buffer_index (tags, GST_TAG_IMAGE, 2, &buf1));
fail_if           368 tests/check/gst/gsttag.c   fail_if (gst_tag_list_get_buffer_index (tags, GST_TAG_PREVIEW_IMAGE, 1,
fail_if           370 tests/check/gst/gsttag.c   fail_if (gst_tag_list_get_buffer_index (tags, GST_TAG_PREVIEW_IMAGE, 2,
fail_if           373 tests/check/gst/gsttag.c   fail_if (!gst_tag_list_get_buffer_index (tags, GST_TAG_IMAGE, 0, &buf1));
fail_if           374 tests/check/gst/gsttag.c   fail_if (!gst_tag_list_get_buffer_index (tags, GST_TAG_PREVIEW_IMAGE, 0,
fail_if            50 tests/check/gst/gsttask.c   fail_if (t == NULL);
fail_if            93 tests/check/gst/gsttask.c   fail_if (t == NULL);
fail_if           130 tests/check/gst/gsttask.c   fail_if (t == NULL);
fail_if           157 tests/check/gst/gsttask.c   fail_if (t == NULL);
fail_if           183 tests/check/gst/gsttask.c   fail_if (t == NULL);
fail_if           205 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (1, 1, 1) != 1);
fail_if           207 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (10, 10, 1) != 100);
fail_if           208 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (10, 10, 2) != 50);
fail_if           210 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (0, 10, 2) != 0);
fail_if           211 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (0, 0, 2) != 0);
fail_if           213 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT32, 5, 1) != G_MAXUINT32 * 5LL);
fail_if           214 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT32, 10, 2) != G_MAXUINT32 * 5LL);
fail_if           216 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT32, 1, 5) != G_MAXUINT32 / 5LL);
fail_if           217 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT32, 2, 10) != G_MAXUINT32 / 5LL);
fail_if           220 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, 10,
fail_if           222 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, G_MAXINT32,
fail_if           224 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 100, G_MAXINT32,
fail_if           228 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, 10, 1) != G_MAXUINT64);
fail_if           229 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int (G_MAXUINT64 - 1, G_MAXINT32,
fail_if           236 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (2, 1, 2) != 1);
fail_if           237 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (3, 1, 2) != 2);
fail_if           238 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (4, 1, 2) != 2);
fail_if           240 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (200, 100, 20000) != 1);
fail_if           241 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (299, 100, 20000) != 1);
fail_if           242 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (300, 100, 20000) != 2);
fail_if           243 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (301, 100, 20000) != 2);
fail_if           244 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_round (400, 100, 20000) != 2);
fail_if           249 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (2, 1, 2) != 1);
fail_if           250 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (3, 1, 2) != 2);
fail_if           251 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (4, 1, 2) != 2);
fail_if           253 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (200, 100, 20000) != 1);
fail_if           254 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (299, 100, 20000) != 2);
fail_if           255 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (300, 100, 20000) != 2);
fail_if           256 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (301, 100, 20000) != 2);
fail_if           257 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale_int_ceil (400, 100, 20000) != 2);
fail_if           262 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (1, 1, 1) != 1);
fail_if           264 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (10, 10, 1) != 100);
fail_if           265 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (10, 10, 2) != 50);
fail_if           267 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (0, 10, 2) != 0);
fail_if           268 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (0, 0, 2) != 0);
fail_if           270 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT32, 5, 1) != G_MAXUINT32 * 5LL);
fail_if           271 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT32, 10, 2) != G_MAXUINT32 * 5LL);
fail_if           273 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT32, 1, 5) != G_MAXUINT32 / 5LL);
fail_if           274 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT32, 2, 10) != G_MAXUINT32 / 5LL);
fail_if           277 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, 10, 10) != G_MAXUINT64 - 1);
fail_if           278 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, G_MAXUINT32,
fail_if           280 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 100, G_MAXUINT32,
fail_if           283 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, 10, 10) != G_MAXUINT64 - 1);
fail_if           284 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, G_MAXUINT64,
fail_if           286 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 100, G_MAXUINT64,
fail_if           290 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, 10, 1) != G_MAXUINT64);
fail_if           291 tests/check/gst/gstutils.c   fail_if (gst_util_uint64_scale (G_MAXUINT64 - 1, G_MAXUINT64,
fail_if           325 tests/check/gst/gstutils.c         fail_if (diff > 20000);
fail_if           356 tests/check/gst/gstvalue.c     fail_if (gst_value_deserialize (&value, strings[i]),
fail_if           440 tests/check/gst/gstvalue.c     fail_if (gst_value_deserialize (&value, strings[i]),
fail_if           470 tests/check/gst/gstvalue.c     fail_if (string == NULL, "could not serialize flags %d", i);
fail_if           528 tests/check/gst/gstvalue.c     fail_if (tmp == NULL, "couldn't serialize: %s\n", try[i]);
fail_if           582 tests/check/gst/gstvalue.c       fail_if (tests[i].to == NULL,
fail_if           587 tests/check/gst/gstvalue.c       fail_if (tests[i].to != NULL, "failed, but wanted: %s", tests[i].to);
fail_if           723 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value1, &value2) == GST_VALUE_EQUAL,
fail_if           731 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value1, &value2) == GST_VALUE_EQUAL,
fail_if           733 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value2, &value1) == GST_VALUE_EQUAL,
fail_if           762 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value1, &value2) == GST_VALUE_EQUAL,
fail_if           778 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value1, &value2) == GST_VALUE_EQUAL,
fail_if           781 tests/check/gst/gstvalue.c   fail_if (gst_value_compare (&value2, &value1) == GST_VALUE_EQUAL,
fail_if          1811 tests/check/gst/gstvalue.c   fail_if (GST_CAPS_REFCOUNT_VALUE (caps) != 1);
fail_if          1816 tests/check/gst/gstvalue.c   fail_if (GST_CAPS_REFCOUNT_VALUE (caps) != 1);
fail_if          1824 tests/check/gst/gstvalue.c   fail_if (GST_CAPS_REFCOUNT_VALUE (caps) != 1);
fail_if          1831 tests/check/gst/gstvalue.c   fail_if (GST_CAPS_REFCOUNT_VALUE (caps2) != 1);
fail_if            42 tests/check/libs/adapter.c   fail_if (adapter == NULL);
fail_if            48 tests/check/libs/adapter.c   fail_if (buffer == NULL);
fail_if            54 tests/check/libs/adapter.c   fail_if (avail != 512);
fail_if            56 tests/check/libs/adapter.c   fail_if (avail != 512);
fail_if            60 tests/check/libs/adapter.c   fail_if (data1 != NULL);
fail_if            64 tests/check/libs/adapter.c   fail_if (data1 != NULL);
fail_if            68 tests/check/libs/adapter.c   fail_if (data1 == NULL);
fail_if            70 tests/check/libs/adapter.c   fail_if (data1 != bufdata);
fail_if            72 tests/check/libs/adapter.c   fail_if (data2 == NULL);
fail_if            74 tests/check/libs/adapter.c   fail_if (data2 != data1);
fail_if            84 tests/check/libs/adapter.c   fail_if (avail != 502);
fail_if            86 tests/check/libs/adapter.c   fail_if (avail != 502);
fail_if            90 tests/check/libs/adapter.c   fail_if (data2 != NULL);
fail_if            94 tests/check/libs/adapter.c   fail_if (data2 == NULL);
fail_if            96 tests/check/libs/adapter.c   fail_if (data2 != data1 + 10);
fail_if            97 tests/check/libs/adapter.c   fail_if (data2 != bufdata + 10);
fail_if           104 tests/check/libs/adapter.c   fail_if (avail != 2);
fail_if           106 tests/check/libs/adapter.c   fail_if (avail != 2);
fail_if           109 tests/check/libs/adapter.c   fail_if (data2 == NULL);
fail_if           110 tests/check/libs/adapter.c   fail_if (data2 != data1 + 510);
fail_if           111 tests/check/libs/adapter.c   fail_if (data2 != bufdata + 510);
fail_if           118 tests/check/libs/adapter.c   fail_if (avail != 0);
fail_if           120 tests/check/libs/adapter.c   fail_if (avail != 0);
fail_if           102 tests/check/libs/bitreader.c   fail_if (gst_bit_reader_get_bits_uint##bits (reader, &dest, nbits)); \
fail_if           106 tests/check/libs/bitreader.c   fail_if (gst_bit_reader_peek_bits_uint##bits (reader, &dest, nbits)); \
fail_if           226 tests/check/libs/bitreader.c   fail_if (gst_bit_reader_skip (&reader, 1));
fail_if           102 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_uint8 (reader, &dest)); \
fail_if           106 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_uint##bits##_##endianness (reader, &dest)); \
fail_if           120 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_uint8 (reader, &dest)); \
fail_if           124 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_uint##bits##_##endianness (reader, &dest)); \
fail_if           233 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_int8 (reader, &dest)); \
fail_if           237 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_int##bits##_##endianness (reader, &dest)); \
fail_if           251 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_int8 (reader, &dest)); \
fail_if           255 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_int##bits##_##endianness (reader, &dest)); \
fail_if           361 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_float##bits##_##endianness (reader, &dest)); \
fail_if           370 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_float##bits##_##endianness (reader, &dest)); \
fail_if           458 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip (&reader, 1));
fail_if           571 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_string (&reader, &s8));
fail_if           572 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_get_string_utf8 (&reader, &s8));
fail_if           573 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string (&reader, &c8));
fail_if           574 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf8 (&reader, &c8));
fail_if           575 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string (&reader));
fail_if           576 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf8 (&reader));
fail_if           577 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf16 (&reader));
fail_if           578 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf32 (&reader));
fail_if           579 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_string (&reader, &s8));
fail_if           580 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_peek_string_utf8 (&reader, &s8));
fail_if           581 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16));
fail_if           582 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf32 (&reader, &c32));
fail_if           587 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf32 (&reader));
fail_if           588 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf16 (&reader));
fail_if           589 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16));
fail_if           590 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf32 (&reader, &c32));
fail_if           597 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf16 (&reader, &c16));
fail_if           598 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf32 (&reader, &c32));
fail_if           603 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf32 (&reader));
fail_if           604 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf32 (&reader, &c32));
fail_if           616 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_string_utf32 (&reader, &c32));
fail_if           623 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf32 (&reader));
fail_if           628 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_skip_string_utf32 (&reader));
fail_if           650 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_data (&reader, 200, &d));
fail_if           651 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_data (&reader, 100, &d));
fail_if           652 tests/check/libs/bytereader.c   fail_if (gst_byte_reader_dup_data (&reader, 20, &d));
fail_if            54 tests/check/libs/bytewriter.c   fail_if (tmp == data);
fail_if           102 tests/check/libs/bytewriter.c   fail_if (gst_byte_reader_get_uint8 (GST_BYTE_READER (&writer), &b));
fail_if           109 tests/check/libs/bytewriter.c   fail_if (gst_byte_writer_put_uint8 (&writer, 0x12));
fail_if           117 tests/check/libs/bytewriter.c   fail_if (gst_byte_writer_put_uint64_be (&writer,
fail_if           189 tests/check/libs/bytewriter.c   fail_if (gst_byte_writer_put_uint64_be (&writer,
fail_if           193 tests/check/libs/bytewriter.c   fail_if (data2 == data);
fail_if           698 tests/check/libs/controller.c   fail_if (gst_control_source_get_value (GST_CONTROL_SOURCE (csource),
fail_if           953 tests/check/libs/controller.c   fail_if (gst_interpolation_control_source_set_interpolation_mode (csource,
fail_if          1034 tests/check/libs/controller.c   fail_if (gst_interpolation_control_source_unset (csource, 2 * GST_SECOND));
fail_if          1528 tests/check/libs/controller.c   fail_if (gst_interpolation_control_source_set_from_list (csource, list));
fail_if           301 tests/check/libs/gdp.c   fail_if (gst_dp_crc (NULL, 0) != 0);
fail_if           302 tests/check/libs/gdp.c   fail_if (gst_dp_crc (foo, 0) != 0);
fail_if           320 tests/check/libs/gdp.c   fail_if (gst_dp_header_from_buffer (buffer, 0, &length, &header) != TRUE);
fail_if           325 tests/check/libs/gdp.c   fail_if (gst_dp_validate_header (length, header) == FALSE);
fail_if           335 tests/check/libs/gdp.c   fail_if (gst_dp_header_from_buffer (buffer,
fail_if           340 tests/check/libs/gdp.c   fail_if (gst_dp_validate_header (length, header) == FALSE);
fail_if           344 tests/check/libs/gdp.c   fail_if (gst_dp_validate_payload (length, header, NULL) == FALSE);
fail_if           347 tests/check/libs/gdp.c   fail_if (gst_dp_validate_packet (length, header, NULL) == FALSE);
fail_if           355 tests/check/libs/gdp.c   fail_if (buffer == NULL);
fail_if           367 tests/check/libs/gdp.c   fail_if (gst_dp_packet_from_caps (caps, 0, &length, &header,
fail_if           369 tests/check/libs/gdp.c   fail_if (strcmp ((const gchar *) payload, "EMPTY") != 0);
fail_if           373 tests/check/libs/gdp.c   fail_if (caps == NULL);
fail_if           387 tests/check/libs/gdp.c   fail_if (payload == NULL);
fail_if           388 tests/check/libs/gdp.c   fail_if (gst_dp_packet_from_event (event, 0, &length, &header,
fail_if           392 tests/check/libs/gdp.c   fail_if (payload != NULL);
fail_if           396 tests/check/libs/gdp.c   fail_if (event == NULL);
fail_if           397 tests/check/libs/gdp.c   fail_if (GST_EVENT_TYPE (event) != GST_EVENT_EOS);
fail_if            73 tests/check/libs/gstnettimeprovider.c   fail_if (sockfd < 0, "socket failed");
fail_if            88 tests/check/pipelines/cleanup.c   fail_if (src == NULL);
fail_if            90 tests/check/pipelines/cleanup.c   fail_if (sink == NULL);
fail_if            46 tests/check/pipelines/parse-launch.c     fail_if (error != NULL, "Error parsing pipeline %s: %s", pipe_descr,
fail_if           161 tests/check/pipelines/parse-launch.c   fail_if (s == NULL, "name was NULL");
fail_if           211 tests/check/pipelines/parse-launch.c   fail_if (s == NULL, "name was NULL");
fail_if           365 tests/check/pipelines/parse-launch.c   fail_if (src == NULL, "Test source element was not created");
fail_if           368 tests/check/pipelines/parse-launch.c   fail_if (sink == NULL, "Test sink element was not created");
fail_if           376 tests/check/pipelines/parse-launch.c   fail_if (gst_element_set_state (pipe, GST_STATE_PAUSED) ==
fail_if           379 tests/check/pipelines/parse-launch.c   fail_if (gst_element_get_state (src, NULL, NULL, GST_CLOCK_TIME_NONE) ==
fail_if           386 tests/check/pipelines/parse-launch.c   fail_if (srcpad == NULL, "Source element did not create source pad");
fail_if           391 tests/check/pipelines/parse-launch.c     fail_if (peerpad == NULL, "Source element pad did not get linked");
fail_if           393 tests/check/pipelines/parse-launch.c     fail_if (peerpad != NULL,
fail_if           402 tests/check/pipelines/parse-launch.c     fail_if (peer_elem == NULL, "Could not retrieve peer %s", peer);
fail_if           405 tests/check/pipelines/parse-launch.c     fail_if (sinkpad == NULL, "Peer element did not have a 'sink' pad");
fail_if           528 tests/check/pipelines/parse-launch.c     fail_if (ghost == NULL, "Failed to create ghost pad");
fail_if            53 tests/check/pipelines/simple-launch-lines.c   fail_if (pipeline == NULL);
fail_if            55 tests/check/pipelines/simple-launch-lines.c   fail_if (bus == NULL);
fail_if           254 tests/check/pipelines/simple-launch-lines.c     fail_if (name == NULL);
fail_if           302 tests/check/pipelines/simple-launch-lines.c   fail_if (bus == NULL);