diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-26 17:59:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 07:36:02 +0000 |
commit | f8b5481ba504028b0f14c57f800f245206a2bd15 (patch) | |
tree | 3528dea6767a79b47ae04bb5c74047cef10e6dfc /meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop | |
parent | 6d7cf8e9dd00bdff882311fecbadfadc46e9cc03 (diff) | |
download | poky-f8b5481ba504028b0f14c57f800f245206a2bd15.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.
(From OE-Core rev: 07e79c259dda660715fcdf802af66273209670ba)
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.desktop | 10 |
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 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Media Player | ||
3 | Comment=Basic media plaer | ||
4 | Icon=audio-player | ||
5 | TryExec=gtk-play | ||
6 | Exec=gtk-play | ||
7 | StartupNotify=true | ||
8 | Terminal=false | ||
9 | Type=Application | ||
10 | Categories=GTK;AudioVideo; | ||