Lines Matching refs:connection
45 (GstRtmpConnection * connection, gpointer user_data);
47 (GstRtmpConnection * connection, GstBuffer * buffer, gpointer user_data);
54 GstRtmpConnection *gst_rtmp_connection_new (GSocketConnection * connection, GCancellable * cancella…
56 GSocket *gst_rtmp_connection_get_socket (GstRtmpConnection * connection);
58 void gst_rtmp_connection_close (GstRtmpConnection * connection);
61 void gst_rtmp_connection_set_input_handler (GstRtmpConnection * connection,
65 void gst_rtmp_connection_set_output_handler (GstRtmpConnection * connection,
71 void gst_rtmp_connection_queue_message (GstRtmpConnection * connection,
73 guint gst_rtmp_connection_get_num_queued (GstRtmpConnection * connection);
75 guint gst_rtmp_connection_send_command (GstRtmpConnection * connection,
80 void gst_rtmp_connection_expect_command (GstRtmpConnection * connection,
84 void gst_rtmp_connection_set_chunk_size (GstRtmpConnection * connection,
86 void gst_rtmp_connection_request_window_size (GstRtmpConnection * connection,
89 void gst_rtmp_connection_set_data_frame (GstRtmpConnection * connection,
93 GstStructure * gst_rtmp_connection_get_stats (GstRtmpConnection * connection);