This mail announces the release of GStreamer 0.10.29 "It's a Trap".
GStreamer is a streaming media framework that allows the construction of graphs of elements which operate on media data. Applications using this library can do anything from real-time sound processing over playing video to capturing audio, video, and even other types of media data. Its architecture allows for adding new data types or processing capabilities simply by installing new plug-ins. GStreamer is the core module, containing libraries, headers, the basic object hierarchy, and a set of media-agnostic core elements. For more information, see http://gstreamer.freedesktop.org/modules/gstreamer.html To report bugs, request features or submit patches, please go to https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gstreamer+%28core%29 Direct links: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.29.tar.gz http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.29.tar.bz2 MD5 sums (for tarballs downloaded from gstreamer.freedesktop.org): c92d6bce4fc65fa9d5a3ad35cdd1a466 gstreamer/gstreamer-0.10.29.tar.bz2 5238b196a5e7bbc53d57c97b634d31cf gstreamer/gstreamer-0.10.29.tar.gz Enjoy! ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel RELEASE (6K) Download Attachment |
On 04/28/2010 02:03 PM, Tim-Philipp Müller wrote:
> * queue2: implement seeking in download mode > * queue2: implement flushing in download buffering > * queue2: improve buffer level measurement in download mode what's is the status of queue2? is it prefered to use over queue? and anyway the same question apply to decodebin2 and playbin2. thanks in advance. -- Levente "Si vis pacem para bellum!" ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2010-04-28 at 16:35 +0200, Farkas Levente wrote:
> what's is the status of queue2? is it prefered to use over queue? I think it depends on the use case. In most situations where a queue is used, you don't need any of the additional features that queue2 offers, so there is not really any need to switch (I think the defaults may also be slightly different). There's also multiqueue, which is used in decodebin2 and may also be an appropriate replacement for queue elements in similar situations. If you don't have an problems with it, I'd just stick with whatever you use now. > and anyway the same question apply to decodebin2 and playbin2. Both the old playbin and decodebin have severe limitations that can't be fixed whilst maintaining their current design and API. That's why new elements were written from scratch. For all practical purposes, the old decodebin and playbin elements are deprecated and not really supported any longer. Use playbin2, uridecodebin or decodebin2 instead. Cheers -Tim ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |