changes:
-new muxer/mixer helper class: GstCollectPads2
-weak ref support for mini objects
-qdata support for buffers to attach additional metadata
-input-selector: "sync-streams" property to sync inactive inputs with
active one
-multiqueue: add "sync-by-running-time" property to sync
not-linked/deactivated streams by running time (instead of input order
of buffers)
changes:
-registry: do plugin scanning (on *nix) using an external helper binary
-lots of performance improvements
-add GstByteWriter, a simple generic byte writer
-queue2: move from gst-plugins-base into the coreelements plugin in core
-other fixes and improvements
changes:
Improve the byte-reader API
GObject introspection support
Improve clock accuracy on win32
Optimisations in capabilities checking
Optimisations and fixes in the basetransform base class
new 64-bit scaling utility function variants
Various bug-fixes and improvements
changes:
Fully support nested structures in caps
Support frame-by-frame stepping in sinks
Add buffer-lists to pass around groups of buffers
Use TaskPools for managing worker threads
New stream-status API for finer thread control
Code optimisations
Many other bug-fixes and enhancements
changes:
Support files > 4GB on Windows
Controller interpolation fixes
Add timer support to GstPoll and use it for clocking
Attempt to typefind contents from the file extension if all else fails
GStreamer revision control switched to Git
Many other bug fixes and improvements
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
changes:
GstController improvements
Extensions to the latency setting behaviours
Ability for plugins to register dependencies to trigger re-scanning
Optimisations in some common operations on caps and values and elsewhere
Add sequence numbers to events so dependent events can be associated
with the event that caused them
New macros for reading and writing float values
Many improvements in the basesink base class
Support non-default main contexts for GstBus watches
Improvements in pull-mode scheduling of sinks
Fixes for alignment issues on sparc
Ghost pad fixes
New bit-reader assistance API
Many other bug fixes and improvements
changes:
Add the Presets interface
Use the binary registry by default
Deprecate gst_element_get_pad and don't use it anywhere any more.
Reverse playback fixes
API to get missing element messages from parse_launch parsing.
Fixes in latency calculations
BaseTransform negotiation fixes
New Buffering query and messages
Fix multiqueue deadlocks when changing limits
Remove pre-generated parser hacks and require newer flex/bison
Use GSlice in more places
Use static strings in property declarations everywhere to save memory
allocations
Fix unaligned memory accesses with the binary registry and add CRC checks
Lots of other bug fixes
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
changes:
Monotonic/Posix clock support
Dumping of dot-file graph descriptions for debugging
Clean-up of exported symbols
Many bug-fixes and enhancements
changes:
Changes for asynchronous sink management
New ts-offset property on basesink for adjusting clock synchronisation
New GstController LFO feature
Fixes and improvements in latency measurement for live pipelines
Additional documentation and docs fixes
Faster typefinding
More tag types added
Improvements in various core elements and parent classes
New unit tests
Allow dumping pipelines as dot graphs
GstStructures now support nesting
URIHandler interface can now be implemented in bindings
Many other bug-fixes and improvements
Changes since 0.10.13:
* State change handling improvements
* New improved GstController API
* Multi-queue fixes and enhancements
* Fewer dynamic library relocations
* Various other fixes and improvements
* Parallel installability with 0.8.x series
* Threadsafe design and API
Bugs fixed since 0.10.13:
* 457322 : registry is read twice on startup
* 406632 : pkgconfigify the check for Check in configure.ac
* 423700 : [multiqueue] leaks memory when flushing
* 437457 : saving relocations for GstElementDetails
* 444648 : [API] add GstParamSpecFraction
* 444820 : build error with grammar.tab.c
* 448794 : state changes are racy with decodebin after rewrite for 0...
* 449197 : [capsfilter] Should set src pad caps on buffer
* 449226 : Incomplete ghostpads in xml session save
* 449493 : minor quoting fix in gst-feature.m4 macro
* 450711 : [GstController] Improve extensibility by providing a GstC...
* 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI
* 459501 : gst_registry_lookup_feature_locked is slow
* 462558 : Regression in async state change handling
* 462752 : make gst_element_class_set_details_simple args const
* 430682 : multiqueue doesn't output data on unlinked pads properly
* 462085 : registry feature hash can access invalid memory
* 357959 : buffer_alloc is not proxied through tee
* 374639 : GstTee doesn't handle pad list resyncs properly
* 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe...
* 453732 : [PATCH] multiqueue returns wrong internally linked pads
package name. Otherwise, an error like the following occurs:
line 28: warning: "/usr/sbin/pkg_info -K /var/db/pkg -Q PKG_OPTIONS \
gstreamer 2>/dev/null || { cd && ...
changes:
-Add a warning if GLib threading support is not properly initialised
-Add support for binary registry serialisation
-Preliminary support for pull-mode scheduling of entire chains
-Add support for HPPA
-Collectpads fixes
-Lots of bug fixes