[Webkit-unassigned] [Bug 33539] [GTK] handle media redirections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 03:00:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33539


Sebastian Dröge <slomo at circular-chaos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org




--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org>  2010-01-19 03:00:19 PST ---
Looks good in general, some notes:
- In MediaPlayerPrivate::loadNextLocation(), new-location could actually be a
absolute URI. Simple to check. Also use gst_value_get_structure() as this does
type checks.
- The redirect message might have a "new-location" field but not "locations"
field. The "new-location" field would be of type string. Both can exist too, in
the case "new-location" would have preference. Should be handled
- When changing the location of playbin2, only reset it to READY, not NULL.
That should be done at other places too. Going back to NULL and then back
PLAYING takes a lot of time.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list