diff options
Diffstat (limited to 'ext/resindvd/resin-play')
-rwxr-xr-x | ext/resindvd/resin-play | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/resindvd/resin-play b/ext/resindvd/resin-play index f4211e19..6c08b9c0 100755 --- a/ext/resindvd/resin-play +++ b/ext/resindvd/resin-play @@ -7,6 +7,7 @@ else fi gst-launch rsndvdbin name=dvd "$DEVICE_OPT" \ - dvd. ! dvdspu name=spu ! ffmpegcolorspace ! videoscale ! ximagesink force-aspect-ratio=true \ - dvd. ! spu. \ + dvdspu name=spu ! ffmpegcolorspace ! videoscale ! ximagesink force-aspect-ratio=true \ + dvd. ! queue max-size-buffers=3 max-size-bytes=0 ! spu.video \ + dvd. ! spu.subpicture \ dvd. ! audioconvert ! autoaudiosink $@ |