RELEASE: QtGStreamer 0.10.2

George Kiagiadakis kiagiadakis.george at gmail.com
Sun Apr 15 02:48:01 PDT 2012


This mail announces the release of QtGStreamer 0.10.2.

QtGStreamer is a set of libraries providing C++ bindings for GStreamer
with a Qt-style API, plus some helper classes and elements for
integrating GStreamer better in Qt applications.

For more information, see
http://gstreamer.freedesktop.org/modules/qt-gstreamer.html

Documentation can be found at
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/index.html

To file bugs, request features or submit patches, please go to
https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=qt-gstreamer

Direct links to tarballs:

6fd5be25e51b4dbf5a2cc8943be92703  qt-gstreamer-0.10.2.tar.bz2
0428aedf2874fd0884ad4c41db9da20e  qt-gstreamer-0.10.2.tar.gz

http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-0.10.2.tar.bz2
http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-0.10.2.tar.gz

Changes since 0.10.1:

Additions:
    * Added qHash(const RefPointer<T> &) function.
    * Added Element::removePad() and Pad::setActive() methods.
    * Added extra documentation about the design of the wrapping system.
    * Added new examples: VoIP and QMLPlayer.
    * Added new elements: qtvideosink and qtglvideosink.
    * Added helper classes for painting video on QGraphicsView.
    * Added QML plugin that provides an item for painting video.

Fixes:
    * Fixed compilation with newer glib versions.
    * Fixed compilation with boost 1.48 (QTBUG-22829).
    * Fixed compilation with -DQT_NO_STL.
    * Fixed Element::unlink() to work correctly.
    * Fixed Structure::fromString() to actually compile.

Build system fixes and enhancements:
    * Utils/global.h is now properly installed.
    * Support lib64.
    * Support installing gstreamer plugins in the plugin directory
indicated by pkg-config.
    * Support cmake's internal automoc.
    * Fixed error output when automoc4 is required and not found.
    * Fixed cross-compilation issues.
    * Made all examples compilable standalone with both qmake and cmake.
    * Fixed FindGObject.cmake not to use pkg-config variables directly.
    * Fixed UseDoxygen.cmake not to output latex docs by default.

Changes in dependencies:
    * GStreamer 0.10.33 is now required.
    * Qt 4.7 is now required.
    * Flex and bison are no longer required.
    * Automoc is no longer a mandatory dependency, if cmake >= 2.8.6 is present.

Enjoy!


More information about the gstreamer-announce mailing list