[Bug 632788] [playbin2] Doesn't support files with a streams that are supported compressed by a sink and streams that need decoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 14 02:55:24 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=632788
  GStreamer | gst-plugins-base | 0.10.30

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|slomo at circular-chaos.org    |gstreamer-bugs at lists.freede
                   |                            |sktop.org
   Target Milestone|HEAD                        |0.10.35

--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-14 09:55:16 UTC ---
commit 2f8467d68249e8d1a28b7bbd9c53b56a8c26ba4b
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Mar 25 08:26:00 2011 +0100

    playsink: Add audio and video converter convenience bins

    These reconfigure based on the caps and plugin in converters if
    necessary. This also makes switching between compressed and raw
    streams work flawlessly without loosing the states of any element
    somewhere or having running time problems.

commit 105da803ade859fb299ed3c5265d6acdd168ca8f
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Mar 15 12:51:04 2011 +0100

    playbin2/playsink: Decide if A/V caps are raw only inside playsink

    Before playbin2 would use different selectors for raw audio and
    compressed audio (and the same for video) and used different
    pads from playsink. This made the involved logic much more
    complex and was not implemented completely in playsink, which
    made it impossible to support files with a compressed and
    uncompressed stream that is support by the sink.

    playbin2 handles raw/non-raw streams the same now and the
    decision is left to playsink, which now can also handle
    caps changes from raw to non-raw and the other way around.

    Fixes bug #632788.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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