Re: coda: not generating EOS event

2015-10-13 Thread Jean-Michel Hautbois
Hi all, 2015-01-22 15:58 GMT+01:00 Philipp Zabel : > Hi, > > Am Donnerstag, den 11.12.2014, 15:47 +0100 schrieb Hans Verkuil: >> Hi Pawel, >> >> On 12/11/14 15:42, Nicolas Dufresne wrote: >> > Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : >> >> Hi, >> >> >> >> I am running Gstre

Re: coda: not generating EOS event

2015-01-22 Thread Pawel Osciak
Hi Philipp, On Thu, Jan 22, 2015 at 11:58 PM, Philipp Zabel wrote: > Hi, > > Are you planning to pour the workshop's codec API document into a V4L2 > documentation patch? Yes, definitely, I am a bit delayed, but will do this eventually, this is in progress. Sorry for the delay. Please feel free

Re: coda: not generating EOS event

2015-01-22 Thread Philipp Zabel
Hi, Am Donnerstag, den 11.12.2014, 15:47 +0100 schrieb Hans Verkuil: > Hi Pawel, > > On 12/11/14 15:42, Nicolas Dufresne wrote: > > Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : > >> Hi, > >> > >> I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am > >> able to

Re: coda: not generating EOS event

2014-12-11 Thread Hans Verkuil
Hi Pawel, On 12/11/14 15:42, Nicolas Dufresne wrote: > Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : >> Hi, >> >> I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am >> able to decode a video through the coda driver. >> >> The pipeline I use is: >> gst-launch-1.0

Re: coda: not generating EOS event

2014-12-11 Thread Nicolas Dufresne
Le jeudi 11 décembre 2014 à 11:00 -0200, Fabio Estevam a écrit : > Hi, > > I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am > able to decode a video through the coda driver. > > The pipeline I use is: > gst-launch-1.0 filesrc > location=/home/H264_test1_Talkinghead_mp4_480x360.

coda: not generating EOS event

2014-12-11 Thread Fabio Estevam
Hi, I am running Gstreamer 1.4.4 with on a imx6q-sabresd board and I am able to decode a video through the coda driver. The pipeline I use is: gst-launch-1.0 filesrc location=/home/H264_test1_Talkinghead_mp4_480x360.mp4 ! qtdemux ! h264parse ! v4l2video1dec ! videoconvert ! fbdevsink It plays th