WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
30001
[GStreamer] Should unref video sink directly in destructor
https://bugs.webkit.org/show_bug.cgi?id=30001
Summary
[GStreamer] Should unref video sink directly in destructor
Sebastian Dröge (slomo)
Reported
2009-10-02 01:37:37 PDT
Currently the unreffing is deffered to the idle callback, that's not good (it can still be before the render-idle, iirc order is not guaranteed). After Phillip's QoS fixes (
bug #29959
) this can be immediately be unreffed (::paint() can't be called on a destroyed MediaPlayer, really).
Attachments
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2009-10-10 06:56:50 PDT
Has been fixed in patch of
Bug 29959
. Can someone close this please?
Jan Alonzo
Comment 2
2009-10-11 06:14:19 PDT
Closed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug