summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2014-09-14 19:15:27 -0700
committerDavid Schleef <ds@schleef.org>2014-09-14 19:15:27 -0700
commit9ae7b379fa98bd693370d7b6c746a92016529e70 (patch)
treec52382cbf7bff1e63171904af040f0cf8b5ae48e
parent0cc9215bb29ffa5e31d0d3c19742624ac5ca43e3 (diff)
Revert "connection: be more careful about threading"
-rw-r--r--rtmp/rtmpconnection.c3
1 files changed, 0 insertions, 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),