Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread ayaka
在 2016年05月15日 15:41, Nicolas Dufresne 写道: Le vendredi 13 mai 2016 à 11:45 +0300, Stanimir Varbanov a écrit : One thing which bothers me is how the extra-controls property working, i.e. I failed to change the h264 profile for example with below construct:

Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread Nicolas Dufresne
Le jeudi 19 mai 2016 à 15:25 +0200, Philipp Zabel a écrit : > Is there any reason not to update the MFC driver to use G_SELECTION? > The > g_crop implementation could be kept for backwards compatibility. Videobuf2 already provide this backward compatible implementation, so there is no reason not

Re: gstreamer: v4l2videodec plugin

2016-05-19 Thread Philipp Zabel
Am Samstag, den 14.05.2016, 15:07 +0300 schrieb Stanimir Varbanov: [...] > > While I got you. I would be very interested to know who QCOM driver > > interpreted the width and height expose on capture side of the decoder. > > I'm adding Philippe Zabel in CC here (he's maintaining the > >

Re: gstreamer: v4l2videodec plugin

2016-05-15 Thread Nicolas Dufresne
Le vendredi 13 mai 2016 à 11:45 +0300, Stanimir Varbanov a écrit : > One thing which bothers me is how the extra-controls property > working, > i.e. I failed to change the h264 profile for example with below > construct: > > extra-controls="controls,h264_profile=4;" Yes, and profile should be

Re: gstreamer: v4l2videodec plugin

2016-05-14 Thread Stanimir Varbanov
On 05/14/2016 01:59 PM, Nicolas Dufresne wrote: > Le vendredi 13 mai 2016 à 11:45 +0300, Stanimir Varbanov a écrit : >> yes, of course :) >> >> Just FYI, I applied the WIP patches on my side and I'm very happy to >> report that they just works. So If you need some testing on qcom >> video >>

Re: gstreamer: v4l2videodec plugin

2016-05-14 Thread Nicolas Dufresne
Le vendredi 13 mai 2016 à 11:45 +0300, Stanimir Varbanov a écrit : > yes, of course :) > > Just FYI, I applied the WIP patches on my side and I'm very happy to > report that they just works. So If you need some testing on qcom > video > accelerator just ping me. > > One thing which bothers me is

Re: gstreamer: v4l2videodec plugin

2016-05-13 Thread Stanimir Varbanov
cc: ayaka On 04/12/2016 06:57 PM, Nicolas Dufresne wrote: > Le mardi 12 avril 2016 à 11:57 +0300, Stanimir Varbanov a écrit : >>> I'm very happy to see this report. So far, we only had report that >> this >>> element works on Freescale IMX.6 (CODA) and Exynos 4/5. >> >> In this context, I would

Re: gstreamer: v4l2videodec plugin

2016-05-09 Thread Stanimir Varbanov
On 05/02/2016 12:48 AM, Nicolas Dufresne wrote: > Le jeudi 28 avril 2016 à 14:33 +0300, Stanimir Varbanov a écrit : >> So I'm wondering is that intensional? >> >> Depending on the answer I should make the same in the Gallium dri2 in >> dri2_from_dma_bufs(). > > It's DRI format that are confusing.

Re: gstreamer: v4l2videodec plugin

2016-05-01 Thread Nicolas Dufresne
Le jeudi 28 avril 2016 à 14:33 +0300, Stanimir Varbanov a écrit : > So I'm wondering is that intensional? > > Depending on the answer I should make the same in the Gallium dri2 in > dri2_from_dma_bufs(). It's DRI format that are confusing. In GStreamer DRI_FORMAT_GR88 would be named RG88 (if it

Re: gstreamer: v4l2videodec plugin

2016-04-29 Thread Rob Clark
On Thu, Apr 28, 2016 at 7:33 AM, Stanimir Varbanov wrote: > On 04/15/2016 07:09 PM, Nicolas Dufresne wrote: >> Le vendredi 15 avril 2016 à 11:58 -0400, Rob Clark a écrit : >>> The issue is probably the YUV format, which we cannot really deal >>> with >>> properly in

Re: gstreamer: v4l2videodec plugin

2016-04-29 Thread Stanimir Varbanov
cc: mesa-dev ML On 04/28/2016 02:33 PM, Stanimir Varbanov wrote: > On 04/15/2016 07:09 PM, Nicolas Dufresne wrote: >> Le vendredi 15 avril 2016 à 11:58 -0400, Rob Clark a écrit : >>> The issue is probably the YUV format, which we cannot really deal >>> with >>> properly in gallium.. it's a

Re: gstreamer: v4l2videodec plugin

2016-04-28 Thread Stanimir Varbanov
On 04/15/2016 07:09 PM, Nicolas Dufresne wrote: > Le vendredi 15 avril 2016 à 11:58 -0400, Rob Clark a écrit : >> The issue is probably the YUV format, which we cannot really deal >> with >> properly in gallium.. it's a similar issue to multi-planer even if >> it >> is in a single buffer. >> >>

Re: gstreamer: v4l2videodec plugin

2016-04-18 Thread Rob Clark
On Fri, Apr 15, 2016 at 12:09 PM, Nicolas Dufresne wrote: > Le vendredi 15 avril 2016 à 11:58 -0400, Rob Clark a écrit : >> The issue is probably the YUV format, which we cannot really deal >> with >> properly in gallium.. it's a similar issue to multi-planer even if >> it

Re: gstreamer: v4l2videodec plugin

2016-04-15 Thread Nicolas Dufresne
Le vendredi 15 avril 2016 à 11:58 -0400, Rob Clark a écrit : > The issue is probably the YUV format, which we cannot really deal > with > properly in gallium..  it's a similar issue to multi-planer even if > it > is in a single buffer. > > The best way to handle this would be to import the same

Re: gstreamer: v4l2videodec plugin

2016-04-15 Thread Rob Clark
On Tue, Apr 12, 2016 at 4:57 AM, Stanimir Varbanov wrote: > Hi Nicolas, > > On 04/11/2016 07:25 PM, Nicolas Dufresne wrote: >> Le lundi 11 avril 2016 à 15:11 +0300, Stanimir Varbanov a écrit : >>> adding gstreamer-devel >>> >>> On 04/11/2016 03:03 PM, Stanimir

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Nicolas Dufresne
Le mardi 12 avril 2016 à 11:57 +0300, Stanimir Varbanov a écrit : > > I'm very happy to see this report. So far, we only had report that > this > > element works on Freescale IMX.6 (CODA) and Exynos 4/5. > > In this context, I would be very happy to see v4l2videoenc merged > soon :) That will

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
I'm using the following pipeline: GST_GL_PLATFORM=egl GST_GL_API=gles2 gst-launch-1.0 $GSTDEBUG $GSTFILESRC ! qtdemux name=m m.video_0 ! h264parse ! v4l2video32dec capture-io-mode=dmabuf ! glimagesink I stalled on this error: eglimagememory

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
Hi Nicolas, On 04/11/2016 07:25 PM, Nicolas Dufresne wrote: > Le lundi 11 avril 2016 à 15:11 +0300, Stanimir Varbanov a écrit : >> adding gstreamer-devel >> >> On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: >>> >>> Hi, >>> >>> I'm working on QCOM v4l2 video decoder/encoder driver and in order

Re: gstreamer: v4l2videodec plugin

2016-04-12 Thread Stanimir Varbanov
Hi Victor, On 04/11/2016 03:55 PM, Víctor M. Jáquez L. wrote: > On 04/11/16 at 03:11pm, Stanimir Varbanov wrote: >> adding gstreamer-devel >> >> On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: >>> Hi, >>> >>> I'm working on QCOM v4l2 video decoder/encoder driver and in order to >>> test its

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Nicolas Dufresne
Le lundi 11 avril 2016 à 15:11 +0300, Stanimir Varbanov a écrit : > adding gstreamer-devel > > On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > > > > Hi, > > > > I'm working on QCOM v4l2 video decoder/encoder driver and in order > > to > > test its functionalities I'm using gstreamer

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Víctor M . Jáquez L .
On 04/11/16 at 03:11pm, Stanimir Varbanov wrote: > adding gstreamer-devel > > On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > > Hi, > > > > I'm working on QCOM v4l2 video decoder/encoder driver and in order to > > test its functionalities I'm using gstreamer v4l2videodec plugin. I am > > able

Re: gstreamer: v4l2videodec plugin

2016-04-11 Thread Stanimir Varbanov
adding gstreamer-devel On 04/11/2016 03:03 PM, Stanimir Varbanov wrote: > Hi, > > I'm working on QCOM v4l2 video decoder/encoder driver and in order to > test its functionalities I'm using gstreamer v4l2videodec plugin. I am > able to use the v4l2videodec plugin with MMAP, now I want to try the