Lines Matching refs:cancellable
53 GCancellable *cancellable; member
108 GCancellable * cancellable);
259 rtmpconnection->cancellable = g_cancellable_new (); in gst_rtmp_connection_init()
283 g_cancellable_cancel (rtmpconnection->cancellable); in gst_rtmp_connection_dispose()
300 g_clear_object (&rtmpconnection->cancellable); in gst_rtmp_connection_finalize()
335 sc->cancellable); in gst_rtmp_connection_set_socket_connection()
344 GCancellable * cancellable) in gst_rtmp_connection_set_cancellable() argument
350 if (cancellable == NULL) in gst_rtmp_connection_set_cancellable()
353 self->outer_cancellable = g_object_ref (cancellable); in gst_rtmp_connection_set_cancellable()
355 g_cancellable_connect (cancellable, G_CALLBACK (g_cancellable_cancel), in gst_rtmp_connection_set_cancellable()
356 g_object_ref (self->cancellable), g_object_unref); in gst_rtmp_connection_set_cancellable()
362 GCancellable * cancellable) in gst_rtmp_connection_new() argument
369 gst_rtmp_connection_set_cancellable (sc, cancellable); in gst_rtmp_connection_new()
405 g_cancellable_cancel (self->cancellable); in gst_rtmp_connection_close()
474 sc->input_bytes->data + oldsize, READ_SIZE, sc->cancellable, &error); in gst_rtmp_connection_input_ready()
568 self->cancellable, gst_rtmp_connection_write_buffer_done, in gst_rtmp_connection_start_write()