All of lore.kernel.org
 help / color / mirror / Atom feed
* wpewebkit patch for iMX
@ 2018-08-24 14:39 sivasubramanian
  2018-08-24 14:39 ` [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer sivasubramanian
  0 siblings, 1 reply; 8+ messages in thread
From: sivasubramanian @ 2018-08-24 14:39 UTC (permalink / raw)
  To: meta-freescale; +Cc: peter.griffin, alexandre.jutras


wpewebkit patch for updating the gst http plugin dependency on iMX8


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-24 14:39 wpewebkit patch for iMX sivasubramanian
@ 2018-08-24 14:39 ` sivasubramanian
  2018-08-31  1:21   ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: sivasubramanian @ 2018-08-24 14:39 UTC (permalink / raw)
  To: meta-freescale; +Cc: peter.griffin, alexandre.jutras

Signed-off-by: sivasubramanian <sivasubramanian.patchaiperumal@linaro.org>
---
 recipes-wpe/wpewebkit/wpewebkit_20170728.bbappend | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 recipes-wpe/wpewebkit/wpewebkit_20170728.bbappend

diff --git a/recipes-wpe/wpewebkit/wpewebkit_20170728.bbappend b/recipes-wpe/wpewebkit/wpewebkit_20170728.bbappend
new file mode 100644
index 0000000..316469f
--- /dev/null
+++ b/recipes-wpe/wpewebkit/wpewebkit_20170728.bbappend
@@ -0,0 +1,3 @@
+# iMX8/gst 1.12 - update http gst plugin
+RDEPS_VIDEO_remove_imx8mqevk = " gstreamer1.0-plugins-good-souphttpsrc"
+RDEPS_VIDEO_append_imx8mqevk = " gstreamer1.0-plugins-good-soup"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-24 14:39 ` [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer sivasubramanian
@ 2018-08-31  1:21   ` Otavio Salvador
  2018-08-31  9:22     ` Sivasubramanian Patchaiperumal
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2018-08-31  1:21 UTC (permalink / raw)
  To: sivasubramanian.patchaiperumal
  Cc: meta-freescale Mailing List, peter.griffin, alexandre.jutras

On Fri, Aug 24, 2018 at 11:40 AM sivasubramanian
<sivasubramanian.patchaiperumal@linaro.org> wrote:
>
> Signed-off-by: sivasubramanian <sivasubramanian.patchaiperumal@linaro.org>

Using the new patches proposed here in the list, this is still needed?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-31  1:21   ` Otavio Salvador
@ 2018-08-31  9:22     ` Sivasubramanian Patchaiperumal
  2018-08-31 14:05       ` Otavio Salvador
  0 siblings, 1 reply; 8+ messages in thread
From: Sivasubramanian Patchaiperumal @ 2018-08-31  9:22 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: meta-freescale Mailing List, Peter Griffin, Alexandre Jutras

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

I'm sorry, which one you are asking whether it's needed?

On 31 August 2018 at 06:51, Otavio Salvador <
otavio.salvador@ossystems.com.br> wrote:

> On Fri, Aug 24, 2018 at 11:40 AM sivasubramanian
> <sivasubramanian.patchaiperumal@linaro.org> wrote:
> >
> > Signed-off-by: sivasubramanian <sivasubramanian.
> patchaiperumal@linaro.org>
>
> Using the new patches proposed here in the list, this is still needed?
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750
>



-- 
Regards,
Sivasubramanian

[-- Attachment #2: Type: text/html, Size: 1517 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-31  9:22     ` Sivasubramanian Patchaiperumal
@ 2018-08-31 14:05       ` Otavio Salvador
  2018-08-31 16:15         ` Sivasubramanian Patchaiperumal
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2018-08-31 14:05 UTC (permalink / raw)
  To: Sivasubramanian Patchaiperumal
  Cc: meta-freescale Mailing List, Peter Griffin, alexandre.jutras

On Fri, Aug 31, 2018 at 6:23 AM Sivasubramanian Patchaiperumal
<sivasubramanian.patchaiperumal@linaro.org> wrote:
>
> I'm sorry, which one you are asking whether it's needed?

The rdepends mangling.


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-31 14:05       ` Otavio Salvador
@ 2018-08-31 16:15         ` Sivasubramanian Patchaiperumal
  2018-09-05  6:48           ` Sivasubramanian Patchaiperumal
  2018-09-07 20:51           ` Otavio Salvador
  0 siblings, 2 replies; 8+ messages in thread
From: Sivasubramanian Patchaiperumal @ 2018-08-31 16:15 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: meta-freescale Mailing List, Peter Griffin, Alexandre Jutras

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

Yes Otavio as we are still using
https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/tree/imx/meta-bsp/recipes-multimedia/gstreamer?h=
*morty-4.9.51-8mq_ga* branch only.

On 31 August 2018 at 19:35, Otavio Salvador <
otavio.salvador@ossystems.com.br> wrote:

> On Fri, Aug 31, 2018 at 6:23 AM Sivasubramanian Patchaiperumal
> <sivasubramanian.patchaiperumal@linaro.org> wrote:
> >
> > I'm sorry, which one you are asking whether it's needed?
>
> The rdepends mangling.
>
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750
>



-- 
Regards,
Sivasubramanian

[-- Attachment #2: Type: text/html, Size: 1677 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-31 16:15         ` Sivasubramanian Patchaiperumal
@ 2018-09-05  6:48           ` Sivasubramanian Patchaiperumal
  2018-09-07 20:51           ` Otavio Salvador
  1 sibling, 0 replies; 8+ messages in thread
From: Sivasubramanian Patchaiperumal @ 2018-09-05  6:48 UTC (permalink / raw)
  To: Otavio Salvador
  Cc: meta-freescale Mailing List, Peter Griffin, Alexandre Jutras

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

Kindly comment.

On 31 August 2018 at 21:45, Sivasubramanian Patchaiperumal <
sivasubramanian.patchaiperumal@linaro.org> wrote:

> Yes Otavio as we are still using https://source.codeaurora.org/
> external/imx/meta-fsl-bsp-release/tree/imx/meta-bsp/
> recipes-multimedia/gstreamer?h=*morty-4.9.51-8mq_ga* branch only.
>
> On 31 August 2018 at 19:35, Otavio Salvador <otavio.salvador@ossystems.
> com.br> wrote:
>
>> On Fri, Aug 31, 2018 at 6:23 AM Sivasubramanian Patchaiperumal
>> <sivasubramanian.patchaiperumal@linaro.org> wrote:
>> >
>> > I'm sorry, which one you are asking whether it's needed?
>>
>> The rdepends mangling.
>>
>>
>> --
>> Otavio Salvador                             O.S. Systems
>> http://www.ossystems.com.br        http://code.ossystems.com.br
>> Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750
>>
>
>
>
> --
> Regards,
> Sivasubramanian
>



-- 
Regards,
Sivasubramanian

[-- Attachment #2: Type: text/html, Size: 2494 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer
  2018-08-31 16:15         ` Sivasubramanian Patchaiperumal
  2018-09-05  6:48           ` Sivasubramanian Patchaiperumal
@ 2018-09-07 20:51           ` Otavio Salvador
  1 sibling, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2018-09-07 20:51 UTC (permalink / raw)
  To: Sivasubramanian Patchaiperumal
  Cc: meta-freescale Mailing List, Peter Griffin, alexandre.jutras

On Fri, Aug 31, 2018 at 1:16 PM Sivasubramanian Patchaiperumal
<sivasubramanian.patchaiperumal@linaro.org> wrote:
>
> Yes Otavio as we are still using https://source.codeaurora.org/external/imx/meta-fsl-bsp-release/tree/imx/meta-bsp/recipes-multimedia/gstreamer?h=morty-4.9.51-8mq_ga branch only.

Please consider using our master branch.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-07 20:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 14:39 wpewebkit patch for iMX sivasubramanian
2018-08-24 14:39 ` [PATCH] wpewebkit: update gst http plugin dependency Change gstreamer http plugin dependency specific to iMX gstreamer sivasubramanian
2018-08-31  1:21   ` Otavio Salvador
2018-08-31  9:22     ` Sivasubramanian Patchaiperumal
2018-08-31 14:05       ` Otavio Salvador
2018-08-31 16:15         ` Sivasubramanian Patchaiperumal
2018-09-05  6:48           ` Sivasubramanian Patchaiperumal
2018-09-07 20:51           ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.