qt-gstreamer: Add NEWS file.

George Kiagiadakis gkiagia at kemper.freedesktop.org
Sun Apr 8 13:11:27 PDT 2012


Module: qt-gstreamer
Branch: master
Commit: a0d856120f413bf667b42c4b4536699ceb1954f4
URL:    http://cgit.freedesktop.org/gstreamer/qt-gstreamer/commit/?id=a0d856120f413bf667b42c4b4536699ceb1954f4

Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Sun Apr  8 22:03:28 2012 +0300

Add NEWS file.

---

 NEWS |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..bb56191
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,40 @@
+qt-gstreamer 0.10.2 (UNRELEASED)
+================================
+
+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 to not 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.
+
+qt-gstreamer 0.10.1 (2011-01-23)
+================================
+
+Initial release.



More information about the gstreamer-commits mailing list