Hi guys,
we can play the DVD  by QT + gstreamer,but there's no subtitle when playing. 
Using the command line: gst-launch-1.0 playbin uri=dvd://current-text=1 
subtitle can be seen with the video and everything is ok.
When we change the gst code  :int flags = GST_PLAY_FLAG_VIDEO | 
GST_PLAY_FLAG_AUDIO with 
int flags = GST_PLAY_FLAG_VIDEO | GST_PLAY_FLAG_AUDIO |GST_PLAY_FLAG_TEXT;

The screen is dazzling. I'm a new Gstreamer learner and I wonder how to get the 
subtitle . Pls give me some ideas .
Thanks a lot!

_______________________________________________
gstreamer-embedded mailing list
gstreamer-embedded@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded

Reply via email to