diff options
author | Michal Ratajsky <[email protected]> | 2014-07-20 10:35:28 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-07-20 10:35:28 +0200 |
commit | 32049d16801b8c0b53448eba4b41df8765a94f84 (patch) | |
tree | 6a232dfd4c472aebb79af722cf61855086f56dfb /backends/pulse/pulse-source-output.c | |
parent | c965e0de05231c7da6c11d5cc1a8d97b6d156f1b (diff) | |
download | libmatemixer-32049d16801b8c0b53448eba4b41df8765a94f84.tar.bz2 libmatemixer-32049d16801b8c0b53448eba4b41df8765a94f84.tar.xz |
Fix setting ext-stream parent and generalize it in PulseClientStream
Diffstat (limited to 'backends/pulse/pulse-source-output.c')
-rw-r--r-- | backends/pulse/pulse-source-output.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/pulse/pulse-source-output.c b/backends/pulse/pulse-source-output.c index c46b65b..6cbd888 100644 --- a/backends/pulse/pulse-source-output.c +++ b/backends/pulse/pulse-source-output.c @@ -243,12 +243,6 @@ pulse_source_output_set_parent (PulseClientStream *pclient, PulseStream *parent) g_return_val_if_fail (PULSE_IS_SOURCE_OUTPUT (pclient), FALSE); - if (!PULSE_IS_SOURCE (parent)) { - g_warning ("Could not change stream parent to %s: not a parent input stream", - mate_mixer_stream_get_name (MATE_MIXER_STREAM (parent))); - return FALSE; - } - pstream = PULSE_STREAM (pclient); return pulse_connection_move_sink_input (pulse_stream_get_connection (pstream), |