Hi all, <br><br>I&#39;ve been doing some looking at the suggested closed captioning project, and this is what I see as being required:<br><br>- get mpeg2dec extracing the user data packets from DVD VOB<br>- create a dynamic pad if CC data exists and pass it to new, improved vbidec plugin (old code, so will probably need some major work)<br>
- vbidec needs to pass to decodebin<br>- decodebin needs to detect and handle new pad for CC<br>- playbinbase needs to detect and handle dynamic pad from decodebin for CC<br>- use textbin in playbin to overlay CC on video<br>
<br>This is what I gather from a quick read of some of the code, using gst-inspect, and the very helpful thread at <a href="http://thread.gmane.org/gmane.comp.video.gstreamer.devel/19727">http://thread.gmane.org/gmane.comp.video.gstreamer.devel/19727</a>.  Of course, I may be way off.  Hopefully, not :)  But, that&#39;s exactly why I&#39;m writing: to get help from the ones who eat, sleep, and breath this stuff!<br>
<br>Thanks,<br>Neil<br>