Bug 30001 - [GStreamer] Should unref video sink directly in destructor
Summary: [GStreamer] Should unref video sink directly in destructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 01:37 PDT by Sebastian Dröge (slomo)
Modified: 2009-10-11 06:14 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Dröge (slomo) 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).
Comment 1 Philippe Normand 2009-10-10 06:56:50 PDT
Has been fixed in patch of Bug 29959. Can someone close this please?
Comment 2 Jan Alonzo 2009-10-11 06:14:19 PDT
Closed.