Home
last modified time | relevance | path

Searched refs:ostream_get (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c209 GOutputStream *ostream_get; in GST_START_TEST() local
230 ostream_get = g_io_stream_get_output_stream (G_IO_STREAM (client_get)); in GST_START_TEST()
231 fail_unless (ostream_get != NULL); in GST_START_TEST()
237 fail_unless (g_output_stream_write_all (ostream_get, get_msg, in GST_START_TEST()
373 GOutputStream *ostream_get; in GST_START_TEST() local
423 ostream_get = g_io_stream_get_output_stream (G_IO_STREAM (client_get)); in GST_START_TEST()
424 fail_unless (ostream_get != NULL); in GST_START_TEST()
430 fail_unless (g_output_stream_write_all (ostream_get, get_msg, in GST_START_TEST()