Introduce IVideoSink & IVideoSource interfaces and use them
commit8f08476b98a0c0740c243ac805431d029e335954
authorKirill Smelkov <kirr@navytux.spb.ru>
Sat, 16 Jun 2012 14:45:47 +0000 (16 18:45 +0400)
committerKirill Smelkov <kirr@navytux.spb.ru>
Sat, 16 Jun 2012 14:48:46 +0000 (16 18:48 +0400)
treefc38cdc9feb9905b9dbbaded5be3123270d2666d
parent6cba6fbe2a94bf206517a4d6d095ec164f386a8d
Introduce IVideoSink & IVideoSource interfaces and use them

More convenient way to handle sink subscriptions, and also will be
useful for generic code to deal with e.g. video coming either from
/dev/video or from network.

TODO: NetRx does not currently implement

    ->v_{start,stop}_capture()

Signed-off-by: Kirill Smelkov <kirr@navytux.spb.ru>
ivideo.cpp
net.cpp
rawv.cpp
rawv.h
view.cpp