mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
GStreamer multimedia framework
cf925ebb6f
Original commit message from CVS: * gst/base/gstbasesink.c: (gst_base_sink_class_init), (gst_base_sink_wait), (gst_base_sink_do_sync), (gst_base_sink_handle_event): * gst/base/gstbasesink.h: No need to store the clock, the parent element class already has it. * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_add_func): Updates for clock_set returning a gboolean * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_wait), (gst_clock_id_wait_async), (gst_clock_class_init), (gst_clock_init), (gst_clock_finalize), (gst_clock_get_internal_time), (gst_clock_get_time), (gst_clock_slave_callback), (gst_clock_set_master), (gst_clock_get_master), (do_linear_regression), (gst_clock_add_observation), (gst_clock_set_property), (gst_clock_get_property): * gst/gstclock.h: Implement master/slave. When setting a clock as a slave, a periodic timeout is scheduled to sample master and slave times. Then the slave clock is recalibrated to match offset and rate of the master clock. Update logging a bit. Add flag so that a clock can state that is cannot be slaved to another clock. * gst/gstelement.c: (gst_element_set_clock): * gst/gstelement.h: The set_clock returns a gboolean for when an element cannot deal with the selected clock in the pipeline. * gst/gstpipeline.c: (gst_pipeline_change_state), (gst_pipeline_set_clock): * gst/gstpipeline.h: Handle the case where the selected clock cannot be set on the pipeline. * gst/net/gstnetclientclock.c: (gst_net_client_clock_class_init), (gst_net_client_clock_init), (gst_net_client_clock_finalize), (gst_net_client_clock_set_property), (gst_net_client_clock_get_property), (gst_net_client_clock_observe_times): * gst/net/gstnetclientclock.h: Use regression code in GstClock parent, remove duplicated functionality. |
||
---|---|---|
check | ||
common@ea1409191c | ||
components | ||
docs | ||
examples | ||
gst | ||
libs | ||
pkgconfig | ||
plugins | ||
po | ||
scripts | ||
tests | ||
testsuite | ||
tools | ||
win32 | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
CHANGES-0.9 | ||
configure.ac | ||
COPYING | ||
DEVEL | ||
DOCBUILDING | ||
gst-element-check.m4 | ||
gst-element-check.m4.in | ||
gstreamer.spec.in | ||
INSTALL | ||
LICENSE | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
README | ||
RELEASE | ||
REQUIREMENTS | ||
stamp.h.in | ||
TODO |
GStreamer: Release notes for GStreamer 0.9.3 "Unregistered" The GStreamer team is petrified to announce a new release in the 0.9.x development series of the core of the GStreamer streaming media framework. The 0.9.x series is a development series and not recommended for end users. It is not API or ABI compatible with the stable 0.8.x series. It is, however, parallel installable with the 0.8.x series. The main focus of the 0.9 series is to make GStreamer threadsafe. This module, gstreamer, only contains core functionality. For actual media playback, you will need other modules. gst-plugins-base contains a basic set of well-supported plug-ins gst-plugins-good contains a set of well-supported plug-ins under our preferred license gst-plugins-ugly contains a set of well-supported plug-ins, but might pose problems for distributors gst-plugins-bad contains a set of less supported plug-ins that haven't passed the rigorous quality testing we expect Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API * gst-register has been removed * Extensive documentation updates * BaseTransform reworked * Bus reworked; signal API added Bugs fixed in this release * 102980 : support incremental gst-register/compprep updates * 313897 : [0.9] registry rewrite * 314710 : gst_buffer_create_sub doesn't copy the GST_BUFFER_FLAGS * 315895 : gst_pad_query_convert src_val check * 316155 : MinGW compilation: glib-mkenums root path subtitution pro... * 316157 : MinGW compilation: Plugin exports Download You can find source releases of gstreamer in the download directory: http://gstreamer.freedesktop.org/src/gstreamer/ GStreamer Homepage More details can be found on the project's website: http://gstreamer.freedesktop.org/ Support and Bugs We use GNOME's bugzilla for bug reports and feature requests: http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer Developers CVS is hosted on cvs.freedesktop.org. All code is in CVS and can be checked out from there. Interested developers of the core library, plug-ins, and applications should subscribe to the gstreamer-devel list. If there is sufficient interest we will create more lists as necessary. Applications At this point, ports of existing applications to 0.9 are still experimental. A patch for Totem is maintained at http://bugzilla.gnome.org/show_bug.cgi?id=313086. A patch for Rhythmbox is maintained at http://bugzilla.gnome.org/show_bug.cgi?id=309609. Jamboree has a branch with the tag "jamboree-gst-0.9" that works against GStreamer 0.9. Flumotion has been mostly ported to 0.9 as well. Contributors to this release * Alessandro Decina * Andy Wingo * David Schleef * Edward Hervey * Francis Labonte * Jan Schmidt * Johan Dahlin * Michael Smith * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans