Bug 173463

Summary: [GStreamer] criticals watching YouTube Live
Product: WebKit Reporter: Charlie Turner <cturner>
Component: MediaAssignee: Charlie Turner <cturner>
Status: RESOLVED INVALID    
Severity: Normal CC: ht990332, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Charlie Turner
Reported 2017-06-16 02:44:41 PDT
As soon as the video starts buffering, we get, (WebKitWebProcess:3442): GStreamer-CRITICAL **: Trying to dispose element appsrc2, but it is in READY instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element. (WebKitWebProcess:3442): GStreamer-CRITICAL **: Trying to dispose element webkitwebsrc0, but it is in PAUSED instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element. The problem is that the call chain to webKitWebSrcDispose isn't ensuring elements are in the right state.
Attachments
Michael Catanzaro
Comment 1 2017-06-16 07:18:03 PDT
Watch the case in the tags, I don't think our Bugzilla searches will find this bug if you tag it [Gstreamer] rather than [GStreamer]. For some strange reason saved searches are restricted to committers, so give me a reminder once you become a committer and I'll show you how to access our list of multimedia bugs. That'll make your life a little bit easier.
Charlie Turner
Comment 2 2017-06-16 08:12:09 PDT
Thanks, that was unintentional, but I FWIW I believe bugzilla queries are case insensitive: https://bugs.webkit.org/page.cgi?id=quicksearch.html
Charlie Turner
Comment 3 2017-06-19 05:30:27 PDT
Due to an issue linking against wrong gstreamer library. YouTube live works well for me.
Note You need to log in before you can comment on or make changes to this bug.