From 9ae7b379fa98bd693370d7b6c746a92016529e70 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 14 Sep 2014 19:15:27 -0700 Subject: Revert "connection: be more careful about threading" This reverts commit 2526e2ed95129e1666e280276f7aa07e9e07ca78. --- rtmp/rtmpconnection.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtmp/rtmpconnection.c b/rtmp/rtmpconnection.c index f0b76db..749d657 100644 --- a/rtmp/rtmpconnection.c +++ b/rtmp/rtmpconnection.c @@ -272,9 +272,6 @@ gst_rtmp_connection_start_output (GstRtmpConnection * sc) if (!sc->handshake_complete) return; - if (sc->output_source) - return; - os = g_io_stream_get_output_stream (G_IO_STREAM (sc->connection)); sc->output_source = g_pollable_output_stream_create_source (G_POLLABLE_OUTPUT_STREAM (os), -- cgit v1.2.3