Skip to content

Commit

Permalink
Version 0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
  • Loading branch information
dv1 committed Apr 5, 2016
1 parent 11f37fa commit 11a7b36
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions ChangeLog
@@ -1,3 +1,34 @@
==== version 0.12.1 (2016-04-06) ====

* compositor: Rename ImxCompositor(Pad) to ImxVideoCompositor(Pad)

* Add switches to wscript configuration to enable/disable plugins
Until now, all plugins were built (unless their dependencies were
missing). On some i.MX machines, some features are missing. For
example, the i.MX7 has no VPU. To ensure deterministic builds, it is
useful to selectively disable plugins in the build.

* ipu+pxp: : Fix deadlocks and incorrect logging in case of init error
This was causing a freeze if for example one tries to use PxP elements
on an i.MX6 Dual/Quad

* imxv4l2videosrc fixes and enhancements:
* fixes to interlacing support (incl. workarounds for analog TV input)
* remove format restriction in get_caps function
this removes the limitation on I420 formats
* simplified determination of fps (necessary due to driver limitations)

* eglvivsink: wayland: Do not commit before buffers are swapped
This fixes eglSwapBuffer swaps with damaged frames

* Documentation additions
Adds GPU memory leak notess to the FAQ

* vpu: encoder: Expose motion estimation range as property

* vpu: decoder: Drop output frame if its buffer cannot be allocated


==== version 0.12.0 (2015-12-29) ====

* vpu: Completely rewritten plugin code
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ import re
top = '.'
out = 'build'

gstimx_version = "0.12.0"
gstimx_version = "0.12.1"

# the code inside fragment deliberately does an unsafe implicit cast float->char to trigger a
# compiler warning; sometimes, gcc does not tell about an unsupported parameter *unless* the
Expand Down

0 comments on commit 11a7b36

Please sign in to comment.