[Bug 758960] New GstStream API and decodebin3/playbin3

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 30 12:51:18 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=758960

--- Comment #8 from Edward Hervey <bilboed at bilboed.com> ---
commit d514e79beed868067e1f936bc0159a4a6a8564e4
Author: Edward Hervey <edward at centricular.com>
Date:   Wed Jun 29 18:14:51 2016 +0200

    playback: New elements

    With contributions from Jan Schmidt <jan at centricular.com>

    * decodebin3 and playbin3 have the same purpose as the decodebin and
    playbin elements, except make usage of more 1.x features and the new
    GstStream API. This allows them to be more memory/cpu efficient.

    * parsebin is a new element that demuxers/depayloads/parses an incoming
    stream and exposes elementary streams. It is used by decodebin3.
    It also automatically creates GstStream and GstStreamCollection for
    elements that don't natively create them and sends the corresponding
    events and messages

    * Any application using playbin can use playbin3 by setting the env
    variable USE_PLAYBIN3=1 without reconfiguration/recompilation.


commit 63f6f05d66537877365a1099ac176dc3afbb9f6b
Author: Edward Hervey <edward at centricular.com>
Date:   Fri Jun 12 10:53:23 2015 +0200

    gst: New Stream listing/selection system

    * GstStream
    * GstStreamCollection
    * GST_EVENT_SELECT_STREAMS
    * GST_MESSAGE_STREAM_COLLECTION

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list