summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-04-08 22:03:28 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2012-04-08 22:03:28 +0300
commita0d856120f413bf667b42c4b4536699ceb1954f4 (patch)
treed47efdb6c32453d3a3a2478743d3fcd37cdf1e73 /NEWS
parentc668fd9e5b5cc8783cd4cf40de53a2fb4cec7ac0 (diff)
Add NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
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.