diff options
author | David Schleef <ds@schleef.org> | 2014-09-14 19:15:27 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2014-09-14 19:15:27 -0700 |
commit | 9ae7b379fa98bd693370d7b6c746a92016529e70 (patch) | |
tree | c52382cbf7bff1e63171904af040f0cf8b5ae48e | |
parent | 0cc9215bb29ffa5e31d0d3c19742624ac5ca43e3 (diff) |
Revert "connection: be more careful about threading"
This reverts commit 2526e2ed95129e1666e280276f7aa07e9e07ca78.
-rw-r--r-- | rtmp/rtmpconnection.c | 3 |
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), |