diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 19:14:10 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-07-19 19:15:52 +0200 |
commit | 467e871cb08ca48f291d9f792907de26d0204fcf (patch) | |
tree | 77089576edd2e1154b23556b2dee12274f76934e /README | |
parent | b9ac98bcae3b1b7f7de2f8301db105408ed39f9c (diff) | |
download | gtk-vlc-player-467e871cb08ca48f291d9f792907de26d0204fcf.tar.gz |
updated INSTALL and README
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -1,4 +1,26 @@ -For installation (build) instructions refer to ./INSTALL +Overview +======== -For user documentation and installation instructions -refer to ./doc/experiment-player.html +GtkVlcPlayer is an extremely easy to use GTK+ 2.0 widget that +wraps [libVLC](http://www.videolan.org/vlc/libvlc.html). +In other words it allows you to easily embed the +[VLC player](http://www.videolan.org/vlc/) into a GTK+ project. + +There is a sample program in `examples/simple.c`. +It is built with `make check`. + +GtkVlcPlayer was originally developed as part of a larger +project for the Otto-von-Guericke University Magdeburg. + +Features +======== + +* Simple API (perhaps too simple) +* Automatically supports fullscreen playback by double-clicking + the GtkVlcPlayer widget +* Supports synchronization with sliders and volume widgets via + GtkAdjustments +* Comes with a [Glade 3](https://glade.gnome.org/) catalog file + so you can easily use it in Glade UIs. +* Runs on Windows (compile with MinGW) +* Supports a wide range libVLC versions beginning with v1.1.10 |