Bug 173463 - [GStreamer] criticals watching YouTube Live
Summary: [GStreamer] criticals watching YouTube Live
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Turner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-16 02:44 PDT by Charlie Turner
Modified: 2017-06-19 05:30 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 Charlie Turner 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.
Comment 1 Michael Catanzaro 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.
Comment 2 Charlie Turner 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
Comment 3 Charlie Turner 2017-06-19 05:30:27 PDT
Due to an issue linking against wrong gstreamer library. YouTube live works well for me.