summaryrefslogtreecommitdiff
path: root/ext/resindvd/resin-play
blob: 5066e5b4837efccf79019150fc2cef7d50681613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

if [ $# -ge 1 ]; then
  DEVICE_OPT="device=$1"
else
  DEVICE_OPT=""
fi

gst-launch 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 \
   dvd. ! audioconvert ! autoaudiosink