Update of /cvsroot/freevo/kaa/xine/src/post
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3251/post

Modified Files:
        buffer.c 
Log Message:
Add ability to get Post object from audio and video ports, if one exists;
Add ability to get Stream object from PostOut object, and some helper
functions to check the output type; Add beginnings of post plugin chain
traversal (PostIn.prev, and PostOut.next) -- doesn't do anything yet.  This
stuff is not strictly part of xine's api, but kaa-xine will offer it for
convenience.


Index: buffer.c
===================================================================
RCS file: /cvsroot/freevo/kaa/xine/src/post/buffer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buffer.c    18 Jul 2005 03:40:22 -0000      1.1
--- buffer.c    19 Jul 2005 18:05:37 -0000      1.2
***************
*** 104,107 ****
--- 104,109 ----
      }
  
+ 
+     printf("BUFFER INIT video target=%x\n", video_target[0]);
      _x_post_init(&this->post, 0, 1);
  



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to