Ignore:
Timestamp:
Mar 17, 2011 11:25:19 AM (13 years ago)
Author:
bennylp
Message:

Re #1213 (video devices):

  • fixed devices to correctly increment the frame timestamp
  • minor fix in video port to set default "active" value to 1 in the param
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/videoport.h

    r3431 r3459  
    5757     * calls pjmedia_port_put_frame() or pjmedia_port_get_frame() to that 
    5858     * media port. 
     59     * 
     60     * Default: PJ_TRUE 
    5961     */ 
    6062    pj_bool_t           active; 
     
    6971/** 
    7072 * Initialize the parameter with the default values. Note that this typically 
    71  * would only fill the structure to zeroes. 
     73 * would only fill the structure to zeroes unless they have different default 
     74 * values. 
    7275 * 
    7376 * @param prm   The parameter. 
Note: See TracChangeset for help on using the changeset viewer.