summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-18 18:28:47 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-06-23 14:53:40 +0200
commit713f2179721cacb866214c66754ea922e7652fa0 (patch)
tree204fa53463ba9687096f8528a610e7cbe18b47a7 /recipes-multimedia
parent207e54421478a4b034839ef8539f401b62b9a439 (diff)
Apalis/Colibri iMX6: gst-launch.desktop: fix escaping
Double clicking launches a video always in fullscreen mode, i.e. the parameters for size and offset of video output are not used. Fix parmeter escaping for new versions of shell or gst-launch.
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop b/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop
index caa3414..908b908 100644
--- a/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop
+++ b/recipes-multimedia/mimetypes/files/mx6/gst-launch.desktop
@@ -4,10 +4,10 @@ Name=gst-launch
# on LVDS panel
#Exec=gst-launch filesrc location= "%f" ! decodebin ! mfw_v4lsink device=/dev/video18
# Fullscreen on the main window? or the only window?
-#Exec=gst-launch playbin2 uri=%u \"video_sink=mfw_v4lsink force-aspect-ratio=true\"
+#Exec=gst-launch playbin2 uri=%u video_sink=\"mfw_v4lsink force-aspect-ratio=true\"
# in a 640x360 overlay part of the main window
-#Exec=gst-launch playbin2 uri=%u \"video_sink=mfw_v4lsink force-aspect-ratio=true disp-width=640 disp-height=360 axis-top=10 axis-left=630\"
+#Exec=gst-launch playbin2 uri=%u video_sink=\"mfw_v4lsink force-aspect-ratio=true disp-width=640 disp-height=360 axis-top=10 axis-left=630\"
# in a 1280x720 overlay part of the main window
-Exec=gst-launch playbin2 uri=%u \"video_sink=mfw_v4lsink force-aspect-ratio=true disp-width=1280 disp-height=720 axis-top=10 axis-left=630\"
+Exec=gst-launch playbin2 uri=%u video_sink=\"mfw_v4lsink force-aspect-ratio=true disp-width=1280 disp-height=720 axis-top=10 axis-left=630\"
Terminal=true
NoDisplay=true