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