diff options
author | <dafydd.harries@collabora.co.uk> | 2006-10-18 13:03:45 +0000 |
---|---|---|
committer | <dafydd.harries@collabora.co.uk> | 2006-10-18 13:03:45 +0000 |
commit | 5d3b010b9a008f65843782de883c68de85ae1287 (patch) | |
tree | dc22c1b4bdd680915636646179311a51160b7812 | |
parent | ace98c68d87a04eeed14a15743620f3c1695766d (diff) |
add window to window pairs list before getting the pipeline
-rw-r--r-- | src/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.c b/src/stream.c index 1972c30..a4efe55 100644 --- a/src/stream.c +++ b/src/stream.c @@ -1457,9 +1457,9 @@ tp_stream_engine_stream_set_output_window ( g_object_set (sink, "sync", FALSE, NULL); } + tp_stream_engine_add_output_window (engine, stream, sink, window_id); pipeline = tp_stream_engine_get_pipeline (engine); gst_bin_add (GST_BIN (pipeline), sink); - tp_stream_engine_add_output_window (engine, stream, sink, window_id); farsight_stream_set_sink (priv->fs_stream, sink); gst_object_unref (sink); |