[Webkit-unassigned] [Bug 34317] [GStreamer] Add a WebKit HTTP/HTTPS source that uses WebKit's network infrastructure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 00:49:39 PST 2010


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47766|review?                     |review-
               Flag|                            |




--- Comment #18 from Holger Freyther <zecke at selfish.org>  2010-02-02 00:49:38 PST ---
(From update of attachment 47766)

> +	-gstapp-0.10

Are you sure, you don't want -lgstapp-0.10 here?



> +    priv->appsrc = GST_APP_SRC(gst_element_factory_make("appsrc", 0));
> +    if (!priv->appsrc) {
> +        GST_ERROR_OBJECT(src, "Failed to create giostreamsrc");
> +        return;
> +    }

> +static void webkit_web_src_stop(WebkitWebSrc* src, gboolean resetRequestedOffset)
> +{

> +    gst_app_src_set_caps(priv->appsrc, 0);

Does this mix well? Will it crash or just print a critical warning? Or will
this never happen because the src_change_state will report a missing plugin and
then stop is never called?

The next question is can the stop method be called multiple times? Or is there
any gurantee that GStreamer will not do this?

-- 
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