diff options
Diffstat (limited to 'rtmp')
-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), |