2008-04-30 15:38:17 by Julio M. Merino Vidal | Files touched by this commit (60) |
Log message:
Drop maintainership
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.
|
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|
2008-04-10 13:54:40 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.19
changes:
-New GstPoll abstraction simplifies operations on multiple fd's/sockets
-Various bug fixes and corrections
|
2008-02-01 21:40:17 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.10.17
changes:
Monotonic/Posix clock support
Dumping of dot-file graph descriptions for debugging
Clean-up of exported symbols
Many bug-fixes and enhancements
|
2007-11-22 21:25:20 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 0.10.15
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
|
2007-11-04 17:57:15 by Roland Illig | Files touched by this commit (1) |
Log message:
Needs flex to build on Solaris.
|
2007-08-30 14:21:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.10.14:
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
|
2007-07-13 19:14:56 by Matthias Drochner | Files touched by this commit (1) |
Log message:
remove stale dependency on popt
|
2007-06-08 14:57:00 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 0.10.13:
Changes since 0.10.12:
* Latency handling infrastructure for live playback scenarios
* State change handling changes
* GstController property handling improved
* Various bug fixes and improvements
* Parallel installability with 0.8.x series
* Threadsafe design and API
API additions since 0.10.12:
* gst_element_change_state()
* GST_STATE_TARGET
* GST_BASE_TRANSFORM_LOCK/UNLOCK
* GstClock::gst_clock_unadjust_unlocked()
* fakesink::num-buffers property
* GST_CORE_ERROR_DISABLED
* basesrc::prepare_seek_segment vmethod
* gst_buffer_try_new_and_alloc()
* gst_buffer_copy_metadata()
* GstBufferCopyFlags enum
* GST_BUFFER_COPY_ALL flag
* gst_uri_protocol_is_supported()
* gst_base_src_query_latency()
* GstQueue::pushing
* gst_controller_suggest_next_sync()
* gst_object_suggest_next_sync()
* basesrc::unlock_stop
* basesink::unlock_stop
* GstBin::async-handling property
* gst_message_new_async_start()
* gst_message_parse_async_start()
* gst_message_new_async_done()
* GST_MESSAGE_ASYNC_START
* GST_MESSAGE_ASYNC_DONE
|
2007-05-31 10:34:52 by Roland Illig | Files touched by this commit (1) |
Log message:
The pkgbase parameter for pkg-build-options.mk must match the buildlink3
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 && ...
|