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

« back to all changes in this revision

Viewing changes to BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-08-26 17:17:25 UTC
  • mfrom: (1.4.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110826171725-5gb8upxbu1j6i35v
Tags: 2011.08.22-1
* Team upload.
* New upstream release::
  - Updated the "RTSPServer" code to handle a rare condition whereby
    handleRequestBytes() gets called recursively. This can happen only
    when we handle a "DESCRIBE" by re-calling the event loop (e.g., to
    wait for SDP parameters to become available).)  If this happens,
    we need to make sure that we don't delete the "RTSPClientSession"
    object until we leave the outermost call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
5
5
#define _BASICUSAGEENVIRONMENT_VERSION_HH
6
6
 
7
 
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING    "2011.07.21"
8
 
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT               1311206400
 
7
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING    "2011.08.22"
 
8
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT               1313971200
9
9
 
10
10
#endif