diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-07-02 19:22:19 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-07-02 19:22:19 +0000 |
commit | 553b921bf1a3ba9fcc372c16a4b77fa40c19ead8 (patch) | |
tree | e108986dfe978ace8d0f1f507b8d6b6a55ce063b | |
parent | c85646937cbabf7023b4cc57da17216f752e9f14 (diff) | |
download | xine-lib-553b921bf1a3ba9fcc372c16a4b77fa40c19ead8.tar.gz xine-lib-553b921bf1a3ba9fcc372c16a4b77fa40c19ead8.tar.bz2 |
Added comment about framegrabber ports
CVS patchset: 6764
CVS date: 2004/07/02 19:22:19
-rw-r--r-- | include/xine.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index e619fbe38..ec591762f 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.122 2004/06/05 16:06:12 jcdutton Exp $ + * $Id: xine.h.in,v 1.123 2004/07/02 19:22:19 athp Exp $ * * public xine-lib (libxine) interface and documentation * @@ -422,6 +422,12 @@ int64_t xine_get_current_vpts(xine_stream_t *stream); * these functions are intended to provide the basis for * re-encoding and other video processing applications * + * note that the xine playback engine will block when + * rendering to a framegrab port: to unblock the stream, + * you must fetch the frames manually with the + * xine_get_next_* functions. this ensures that a + * framegrab port is guaranteed to never miss a frame. + * * warning: highly experimental * */ |