summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-10-04 04:03:49 +0000
committerBenny Prijono <bennylp@teluu.com>2011-10-04 04:03:49 +0000
commit6670ddb28525bad10947bae293370142e4b3c46e (patch)
treeec1f179de4db77fcb487c1fa7bcba87bb288ca6c
parent7f829f14c14e849f867c312bf3f2a446ce433b3e (diff)
Misc (re #1370): minor fix in pjsua_vid_preview_get_win() documentation which said it will return NULL instead of PJSUA_INVALID_ID if the window is not created for the device
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3784 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index e3ba048a..3bcf107e 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -5593,8 +5593,8 @@ PJ_DECL(pj_status_t) pjsua_vid_preview_start(pjmedia_vid_dev_index id,
* @param id The capture device ID.
*
* @return The window ID of the preview window for the
- * specified capture device ID, or NULL if preview
- * does not exist.
+ * specified capture device ID, or PJSUA_INVALID_ID if
+ * preview has not been started for the device.
*/
PJ_DECL(pjsua_vid_win_id) pjsua_vid_preview_get_win(pjmedia_vid_dev_index id);