Preparatory renaming
commit0b7d069f2afea71fb5dc6b919b1144133ac7be66
authorKirill Smelkov <kirr@navytux.spb.ru>
Sat, 16 Jun 2012 14:02:51 +0000 (16 18:02 +0400)
committerKirill Smelkov <kirr@navytux.spb.ru>
Sat, 16 Jun 2012 14:02:51 +0000 (16 18:02 +0400)
tree13a9b713ffb8d3de768358c083bd869f5a569323
parent798af8959a36192f0e1a48066c309f08eb774bc0
Preparatory renaming

Before introducing interfaces for sink & source, let's rename
video-related methods to ->v_<something>(). This include:

    ->v_start_capture()
    ->v_stop_capture()
    ->v_subscribe()
    ->v_unsubscribe()

and for consistency

    ->v_subscribers[]

Just renaming, no functional changes.

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