summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2017-12-07 17:50:05 +0000
committerFrediano Ziglio <freddy77@gmail.com>2023-11-22 07:39:17 +0000
commit7d3669be5c12d450896e33bfde3324e9e7fb1aee (patch)
treec6909a204176d0cd47ee7ed25a096b73cd514fb3
parentbf86a07693aaaf79a444ce1d0b285a1dea5c04f6 (diff)
add notes to help doing stuff or pending
-rw-r--r--note_stream_separation.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/note_stream_separation.txt b/note_stream_separation.txt
new file mode 100644
index 00000000..41d5b720
--- /dev/null
+++ b/note_stream_separation.txt
@@ -0,0 +1,32 @@
+navigabilita
+
+dcc -> streams
+stream -> agent and dcc
+
+streams dovrebbe poter creare gli agent
+
+
+display_channel_get_stream_video in streams
+
+display_channel_create_stream (video-stream) parse dcc only at the end
+
+
+streams_update_visible_region shold be possibly moved (partially??) to video-stream DONE
+
+dcc_create_all_streams in video-stream ?? not clear if we should have the possibility
+to see the list of VideoStream DONE, all lists in video-stream.c
+
+TODO: remove next field from VideoStream ?? DONE
+
+
+dcc_handle_stream_report partially in video-stream ??
+
+
+definition:
+- no much stream code in display-channel.c and dcc*.c
+ should be possible to disable easily...
+- VideoStream access only by video-stream.c
+- VideoStreams access only by video-stream.c
+- no inclusion of display-channel-private.h in video-stream.c
+- STREAM_STATS usages only in video-stream.c
+