summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-02-26 17:59:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-26 21:43:03 +0000
commit07e79c259dda660715fcdf802af66273209670ba (patch)
treead5a882315bccda1d79a1693cf68decd8b091b84 /meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
parent49b21abf1020b2eefbbec98415c3d7de8827c993 (diff)
downloadopenembedded-core-07e79c259dda660715fcdf802af66273209670ba.tar.gz
gst-player: add
gst-player is a convenience library for handling media playback in GStreamer. It also has a sample application that can be used as a basic media player for testing. Patch in a file selector for use without a terminal and a desktop file so it appears in the desktop. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop b/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
new file mode 100644
index 0000000000..9eb6adaf0c
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Media Player
+Comment=Basic media plaer
+Icon=audio-player
+TryExec=gtk-play
+Exec=gtk-play
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=GTK;AudioVideo;