c216647 implement interstitial source (issue #19)

Authored and Committed by billauger 8 years ago
    implement interstitial source (issue #19)
    
      * allows bypassing of screencap and/or camera
      * factored gStreamer functinoality out of AvCaster class and into new Gstreamer class
      * renamed AvCaster::InitGstreamer() to Gstremer::Initialize()
      * renamed AvCaster::SetGstreamerState() to Gstremer::SetState()
      * added Gstreamer::InterstitialBin and Gstreamer::ConfigureInterstitial() (snow only)
      * added Gstreamer::AddBin() Gstreamer::RemoveBin() Gstreamer::IsInPipeline() helpers
    
        
file modified
+6 -2
file modified
+12 -6
file modified
+15 -1147
file modified
+2 -82
file modified
+41 -37
file added
+1282
file added
+109
file modified
+1 -1
file modified
+8 -154