You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kaffeine/kaffeine/src/player-parts
Michele Calgaro 5a592028ff
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
8 months ago
..
dummy-part Replace TQ_*Focus* and TQ_Scale* defines 9 months ago
gstreamer-part Replace TQ_*Focus* and TQ_Scale* defines 9 months ago
kaffeine-part Replace Q_OBJECT with TQ_OBJECT 11 months ago
xine-part Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 8 months ago
CMakeLists.txt Conversion to the cmake building system. 4 years ago
README Added old abandoned KDE3 version of Kaffeine 15 years ago

README

This directory contains the player parts (aka backends) for kaffeine.

It consists of the following subdirectories:

- kaffeine-part
  The base for all player parts. Every player part is derived from the
  "KaffeinePart" class and reimplements functions. Additionally kaffeine-part
  provides functions for embedding the player part e.g. into browsers.

- dummy-part
  An empty part which you can use to create a new player part.

- xine-part
  This is the default (and recommended) player part for kaffeine using xine-lib.

- gstreamer-part
  This is an experimental player part using GStreamer.