~ubuntu-branches/ubuntu/trusty/liblivemedia/trusty

« back to all changes in this revision

Viewing changes to liveMedia/DarwinInjector.cpp

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2013-05-05 19:49:35 UTC
  • mfrom: (1.4.15) (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130505194935-pyim0rda30k401ca
Tags: 2013.04.30-1
* Team upload.
* New upstream release.
* Upload to unstable after the Debian 7.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
15
15
**********/
16
16
// "liveMedia"
17
 
// Copyright (c) 1996-2012 Live Networks, Inc.  All rights reserved.
 
17
// Copyright (c) 1996-2013 Live Networks, Inc.  All rights reserved.
18
18
// An object that redirects one or more RTP/RTCP streams - forming a single
19
19
// multimedia session - into a 'Darwin Streaming Server' (for subsequent
20
20
// reflection to potentially arbitrarily many remote RTSP clients).
72
72
  : Medium(env),
73
73
    fApplicationName(strDup(applicationName)), fVerbosityLevel(verbosityLevel),
74
74
    fRTSPClient(NULL), fSubstreamSDPSizes(0),
75
 
    fHeadSubstream(NULL), fTailSubstream(NULL), fSession(NULL), fLastTrackId(0) {
 
75
    fHeadSubstream(NULL), fTailSubstream(NULL), fSession(NULL), fLastTrackId(0), fResultString(NULL) {
76
76
}
77
77
 
78
78
DarwinInjector::~DarwinInjector() {