Re: Using the coda driver with Gstreamer

2015-02-19 Thread Nicolas Dufresne
Le 2015-02-19 02:24, Zahari Doychev a écrit : So can you tell me if there are some drivers and plugins that can do this in efficient way. Is there some work going on in this directions. I suppose glimagesink maybe will be a good way to go. There is a lot of work happening, you should notice by

Re: Using the coda driver with Gstreamer

2015-02-18 Thread Zahari Doychev
On Wed, Feb 18, 2015 at 08:34:43AM -0500, Nicolas Dufresne wrote: > > Le 2015-02-18 03:42, Zahari Doychev a écrit : > >>gst-launch-1.0 filesrc > >>>location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! > >>>h264parse ! v4l2video1dec ! videoconvert ! fbdevsink > >I am using this pipelin

Re: Using the coda driver with Gstreamer

2015-02-18 Thread Nicolas Dufresne
Le 2015-02-18 03:42, Zahari Doychev a écrit : gst-launch-1.0 filesrc >location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! >h264parse ! v4l2video1dec ! videoconvert ! fbdevsink I am using this pipeline with gstreamer 1.4.5 and current media branch but I am getting very poor perform

Re: Using the coda driver with Gstreamer

2015-02-18 Thread Zahari Doychev
Hi Fabio, On Mon, Dec 01, 2014 at 05:17:40PM -0200, Fabio Estevam wrote: > On Tue, Nov 18, 2014 at 4:41 PM, Nicolas Dufresne > wrote: > > > Ok, let us know when the switch is made. Assuming your goal is to get > > the HW decoder working, you should test with simpler pipeline. In your > > specif

Re: Using the coda driver with Gstreamer

2014-12-01 Thread Fabio Estevam
On Tue, Nov 18, 2014 at 4:41 PM, Nicolas Dufresne wrote: > Ok, let us know when the switch is made. Assuming your goal is to get > the HW decoder working, you should test with simpler pipeline. In your > specific case, you should try and get this pipeline to preroll: > > gst-launch-1.0 \ > file

Re: Using the coda driver with Gstreamer

2014-11-18 Thread Peter Seiderer
Hello Fabio, maybe trying to increase the following kernel option helps (for the v4l2 kernel driver failure message, not for the followup gstraemer errors): CONFIG_CMA_SIZE_MBYTES=256 Regards, Peter --- Sorry for loosing the CC list, reading the mailing list by web browser... > Hi, > > I am run

Re: Using the coda driver with Gstreamer

2014-11-18 Thread Nicolas Dufresne
Le 2014-11-18 13:08, Fabio Estevam a écrit : > On Mon, Nov 17, 2014 at 5:58 PM, Fabio Estevam wrote: > >>> Just a wild guess - we usually test here with dmabuf capable devices and >>> without X. As you are using gstglimagesink, the code around >>> ext/gl/gstglimagesink.c (453) looks like gst_gl

Re: Using the coda driver with Gstreamer

2014-11-18 Thread Fabio Estevam
On Mon, Nov 17, 2014 at 5:58 PM, Fabio Estevam wrote: >> Just a wild guess - we usually test here with dmabuf capable devices and >> without X. As you are using gstglimagesink, the code around >> ext/gl/gstglimagesink.c (453) looks like gst_gl_context_create() went >> wrong. Does your GL work cor

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Fabio Estevam
Hi Robert, On Mon, Nov 17, 2014 at 4:55 PM, Robert Schwebel wrote: > Philipp is on vacation this week, he can have a look when he is back in > the office next monday. Thanks for letting me know. > Just a wild guess - we usually test here with dmabuf capable devices and > without X. As you are

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Robert Schwebel
Hi Fabio, On Mon, Nov 17, 2014 at 03:29:17PM -0200, Fabio Estevam wrote: > I am running linux-next 20141117 on a mx6qsabresd board and trying to > play a mp4 video via Gstreamer 1.4.1, but I am getting the following > error: > > root@imx6qsabresd:/mnt/nfs# gst-play-1.0 sample.mp4 > Volume: 100% >

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Fabio Estevam
Hi Andrey, On Mon, Nov 17, 2014 at 3:48 PM, Andrey Utkin wrote: > could you give `lspci -v` so that i see what module is a driver for > that component? I am using a mx6 processor that has a built-in hardware video encoder/decoder. The driver is located at drivers/media/platform/coda/ Thanks --

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Fabio Estevam
Hi Nicolas, On Mon, Nov 17, 2014 at 3:45 PM, Nicolas Dufresne wrote: > Note, I'm only commenting about the GStreamer side... > > Le 2014-11-17 12:29, Fabio Estevam a écrit : >> Hi, >> >> I am running linux-next 20141117 on a mx6qsabresd board and trying to >> play a mp4 video via Gstreamer 1.4.1,

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Andrey Utkin
could you give `lspci -v` so that i see what module is a driver for that component? Try playing to same device with recent ffmpeg: ffmpeg -i sample.mp4 -codec copy -f v4l2 -y /dev/videoWhatYouHave and check if you have the same kernel warning. -- Bluecherry developer. -- To unsubscribe from this

Re: Using the coda driver with Gstreamer

2014-11-17 Thread Nicolas Dufresne
Note, I'm only commenting about the GStreamer side... Le 2014-11-17 12:29, Fabio Estevam a écrit : > Hi, > > I am running linux-next 20141117 on a mx6qsabresd board and trying to > play a mp4 video via Gstreamer 1.4.1, but I am getting the following > error: You should update to latest stable vers

Using the coda driver with Gstreamer

2014-11-17 Thread Fabio Estevam
Hi, I am running linux-next 20141117 on a mx6qsabresd board and trying to play a mp4 video via Gstreamer 1.4.1, but I am getting the following error: root@imx6qsabresd:/mnt/nfs# gst-play-1.0 sample.mp4 Volume: 100% Now playing /mnt/nfs/sample.mp4 [ 506.983809] [ cut here ]---