Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-10 Thread Dumez, Christophe
Hi,

FYI, WebKit-EFL is now building with gstreamer 1.0 by default [1].

[1] https://bugs.webkit.org/show_bug.cgi?id=106178

On Tue, Jan 8, 2013 at 10:09 PM, Ryan Ware  wrote:

>
>
> > -Original Message-
> > From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-
> > boun...@lists.webkit.org] On Behalf Of Simon Hausmann
> > Sent: Tuesday, January 08, 2013 2:10 AM
> > To: webkit-dev@lists.webkit.org
> > Subject: Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x
> >
> > On Tuesday, January 08, 2013 10:21:00 AM Philippe Normand wrote:
> > > Hi,
> > >
> > > This mail is mainly for the GTK, Qt and EFL port maintainers, I
> > > decided to post here instead of cross-posting to three mailing lists
> > > :)
> > >
> > > So there's been work to port the MediaPlayer and WebAudio GStreamer
> > > backends to the new GStreamer 1.x APIs. At the moment you can choose
> > > (well, for the GTK port at least) at build time if you want to use the
> > > 0.10 or 1.x APIs.
> > >
> > > The issue is that GStreamer 0.10 is no longer actively maintained and
> > > the GStreamer developers/maintainers entirely focus on GStreamer 1.x.
> > >
> > > Moreover we currently don't have the manpower to maintain the 2 code
> > > paths in the WebKit/GStreamer platform layer. The GTK port buildbots
> > > already switched to 1.0 last month and I encourage Qt and EFL to do
> > > the same ASAP, at least for their buildbots.
> > >
> > > I'd like to propose we drop the GStreamer 0.10 support from WebKit
> > > once the next stable branch of GStreamer is released, it will be 1.2,
> > > scheduled somewhere around February.
> >
> > Sounds good to me.
>
> This will also be less problematic from a security perspective in the
> future
> since it will be harder to get security updates for 0.10.
>
> Ryan
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>



-- 
Christophe Dumez, PhD
Linux Software Engineer
Intel Finland Oy - Open Source Technology Center
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-08 Thread Ryan Ware


> -Original Message-
> From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-
> boun...@lists.webkit.org] On Behalf Of Simon Hausmann
> Sent: Tuesday, January 08, 2013 2:10 AM
> To: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x
> 
> On Tuesday, January 08, 2013 10:21:00 AM Philippe Normand wrote:
> > Hi,
> >
> > This mail is mainly for the GTK, Qt and EFL port maintainers, I
> > decided to post here instead of cross-posting to three mailing lists
> > :)
> >
> > So there's been work to port the MediaPlayer and WebAudio GStreamer
> > backends to the new GStreamer 1.x APIs. At the moment you can choose
> > (well, for the GTK port at least) at build time if you want to use the
> > 0.10 or 1.x APIs.
> >
> > The issue is that GStreamer 0.10 is no longer actively maintained and
> > the GStreamer developers/maintainers entirely focus on GStreamer 1.x.
> >
> > Moreover we currently don't have the manpower to maintain the 2 code
> > paths in the WebKit/GStreamer platform layer. The GTK port buildbots
> > already switched to 1.0 last month and I encourage Qt and EFL to do
> > the same ASAP, at least for their buildbots.
> >
> > I'd like to propose we drop the GStreamer 0.10 support from WebKit
> > once the next stable branch of GStreamer is released, it will be 1.2,
> > scheduled somewhere around February.
> 
> Sounds good to me.

This will also be less problematic from a security perspective in the future
since it will be harder to get security updates for 0.10.

Ryan

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-08 Thread Dumez, Christophe
Yes, sounds good to me too. I think we should add gstreamer 1.0 to EFL's
jhbuild then since Ubuntu 12.04 LTS does not seem to ship it.
I can do this soon if everyone is OK with it.

Kr,

On Tue, Jan 8, 2013 at 12:10 PM, Simon Hausmann wrote:

> On Tuesday, January 08, 2013 10:21:00 AM Philippe Normand wrote:
> > Hi,
> >
> > This mail is mainly for the GTK, Qt and EFL port maintainers, I decided
> > to post here instead of cross-posting to three mailing lists :)
> >
> > So there's been work to port the MediaPlayer and WebAudio GStreamer
> > backends to the new GStreamer 1.x APIs. At the moment you can choose
> > (well, for the GTK port at least) at build time if you want to use the
> > 0.10 or 1.x APIs.
> >
> > The issue is that GStreamer 0.10 is no longer actively maintained and
> > the GStreamer developers/maintainers entirely focus on GStreamer 1.x.
> >
> > Moreover we currently don't have the manpower to maintain the 2 code
> > paths in the WebKit/GStreamer platform layer. The GTK port buildbots
> > already switched to 1.0 last month and I encourage Qt and EFL to do the
> > same ASAP, at least for their buildbots.
> >
> > I'd like to propose we drop the GStreamer 0.10 support from WebKit once
> > the next stable branch of GStreamer is released, it will be 1.2,
> > scheduled somewhere around February.
>
> Sounds good to me.
>
>
> Simon
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>



-- 
Christophe Dumez, PhD
Linux Software Engineer
Intel Finland Oy - Open Source Technology Center
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-08 Thread Simon Hausmann
On Tuesday, January 08, 2013 10:21:00 AM Philippe Normand wrote:
> Hi,
> 
> This mail is mainly for the GTK, Qt and EFL port maintainers, I decided
> to post here instead of cross-posting to three mailing lists :)
> 
> So there's been work to port the MediaPlayer and WebAudio GStreamer
> backends to the new GStreamer 1.x APIs. At the moment you can choose
> (well, for the GTK port at least) at build time if you want to use the
> 0.10 or 1.x APIs.
> 
> The issue is that GStreamer 0.10 is no longer actively maintained and
> the GStreamer developers/maintainers entirely focus on GStreamer 1.x.
> 
> Moreover we currently don't have the manpower to maintain the 2 code
> paths in the WebKit/GStreamer platform layer. The GTK port buildbots
> already switched to 1.0 last month and I encourage Qt and EFL to do the
> same ASAP, at least for their buildbots.
> 
> I'd like to propose we drop the GStreamer 0.10 support from WebKit once
> the next stable branch of GStreamer is released, it will be 1.2,
> scheduled somewhere around February.

Sounds good to me.


Simon
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] PSA: Migration plan to GStreamer 1.x

2013-01-08 Thread Philippe Normand
Hi,

This mail is mainly for the GTK, Qt and EFL port maintainers, I decided
to post here instead of cross-posting to three mailing lists :)

So there's been work to port the MediaPlayer and WebAudio GStreamer
backends to the new GStreamer 1.x APIs. At the moment you can choose
(well, for the GTK port at least) at build time if you want to use the
0.10 or 1.x APIs.

The issue is that GStreamer 0.10 is no longer actively maintained and
the GStreamer developers/maintainers entirely focus on GStreamer 1.x.

Moreover we currently don't have the manpower to maintain the 2 code
paths in the WebKit/GStreamer platform layer. The GTK port buildbots
already switched to 1.0 last month and I encourage Qt and EFL to do the
same ASAP, at least for their buildbots.

I'd like to propose we drop the GStreamer 0.10 support from WebKit once
the next stable branch of GStreamer is released, it will be 1.2,
scheduled somewhere around February.

Opinions welcome :)

Philippe

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev