diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:35:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:35:48 +0000 |
commit | 486bbb836e733df74653ea873b0c482bc52df75f (patch) | |
tree | 43390bc8ae27ba6ab0bdcdeb7fc73ef6579ba855 /multimedia/gstreamer0.10/distinfo | |
parent | bd9caf979ed8212003a552480a6cda941ab30ac4 (diff) | |
download | pkgsrc-486bbb836e733df74653ea873b0c482bc52df75f.tar.gz |
Initial import of gstreamer0.10, version 0.10.1. This is an update of
gstreamer0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* element factory leak fixes
* tests cleanup
* BaseSrc seeking in other format than BYTES
* collectpad fixes
Bugs fixed since 0.10.0:
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
* 323882 : gst-launch manpage needs updates
* 323905 : use return val of g_list_append
API added since 0.10.0:
* GST_TYPE_STATIC_CAPS
* GST_TYPE_STATIC_PAD_TEMPLATE
* GstNetTimeProvider::active
* gst_base_src_set_format
Changes from the 0.8 series to 0.10 series:
* Refcounting and API revised for thread safety, see rules in
docs/design/part-MT-refcounting.txt
* Scheduling is now done by the elements, they start/stop
processing threads themselves. This removes the need for
a separate scheduler.
* State changes now happen from sink to source. This makes sure
that downstream elements are ready to process data when upstream
starts producing.
* EOS/ERROR/... does not change the state of elements anymore. This
means that when the application sets the state on an element, it
remains in this state.
* GMainLoop integration. Information on the state of the pipeline
is now received in the mainloop via the GstBus.
* Events move separate from the datastream, this allows for both
in and out of sync delivery of events.
* Generic _pull() replaced by _pull_region() so that random access
can be made faster.
* data passing happens from PAUSED, called the preroll phase. In this
state no data is rendered but it is queued in the sinks.
* negotiation simplified. Caps are now attached to buffers and travel
along with the datastream.
* GstBuffer is now subclassable.
* Ghostpads now look and feel like real pads.
* New Seeking/flushing policy.
* Addition of base classes and helper functions in the core to abstract
away the harder parts of plugin development.
Diffstat (limited to 'multimedia/gstreamer0.10/distinfo')
-rw-r--r-- | multimedia/gstreamer0.10/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/gstreamer0.10/distinfo b/multimedia/gstreamer0.10/distinfo new file mode 100644 index 00000000000..89f7647b6d7 --- /dev/null +++ b/multimedia/gstreamer0.10/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/18 15:35:48 jmmv Exp $ + +SHA1 (gstreamer-0.10.1.tar.bz2) = f609bfd921ce35fdeb6661f0f0ef3e156b7f3d8f +RMD160 (gstreamer-0.10.1.tar.bz2) = 24f2011de5d119673c33955f635de56d8c751fc0 +Size (gstreamer-0.10.1.tar.bz2) = 1457061 bytes +SHA1 (patch-aa) = 30bcb5c78a97bdf2c8b5e90b6b030e97b04fa2ed |