Re: [meta-freescale] Gstreamer pipeline problem

2013-07-15 Thread Chris Tapp
On 15 Jul 2013, at 09:24, Thomas Senyk wrote: On Friday, 12 July, 2013 17:35:01 Chris Tapp wrote: Hi Thomas, Some more info below: On 11 Jul 2013, at 09:39, Thomas Senyk wrote: On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote: On 10 Jul 2013, at 20:19, Chris Tapp wrote: I've got

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-15 Thread Chris Tapp
On 15 Jul 2013, at 18:11, Thomas Senyk wrote: SNIP I normally run a basic playbin2 pipeline to 'fakesink'. When it's time to render I grab the latest frame via playbin2, upload this into a texture and render. ah ok, then I see two possible setups. either: decoder pipeline ! glupload

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
Hi John, On 12 Jul 2013, at 01:22, John Weber wrote: Hi Chris, gst-launch videotestsrc ! v4l2sink to work as there's no /dev/video1 ! Does anyone know where I can find instructions on how to get v4l2 working under Ubuntu 12.04 for a radeon HD 5450 card? Google has not been my friend

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Philip Craig
On Fri, Jul 12, 2013 at 5:50 PM, Chris Tapp opensou...@keylevel.com wrote: Hi John, On 12 Jul 2013, at 01:22, John Weber wrote: Hi Chris, gst-launch videotestsrc ! v4l2sink to work as there's no /dev/video1 ! Does anyone know where I can find instructions on how to get v4l2 working

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread John Weber
Hi Chris, That's unfortunate as I need a pipeline which can run on many different platforms, including 'standard pc'. This was one reason why I was using fakesink to capture the images - v4l looked like a way to go so that I could stream the video direct to the screen and get the full

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
Hi Thomas, Some more info below: On 11 Jul 2013, at 09:39, Thomas Senyk wrote: On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote: On 10 Jul 2013, at 20:19, Chris Tapp wrote: I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=...

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
Hi John, On 12 Jul 2013, at 15:12, John Weber wrote: Hi Chris, That's unfortunate as I need a pipeline which can run on many different platforms, including 'standard pc'. This was one reason why I was using fakesink to capture the images - v4l looked like a way to go so that I could

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-11 Thread Chris Tapp
On 11 Jul 2013, at 09:39, Thomas Senyk wrote: On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote: On 10 Jul 2013, at 20:19, Chris Tapp wrote: I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=... video-sink=queue2 ! videoscale !

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-11 Thread John Weber
Hi Chris, gst-launch videotestsrc ! v4l2sink to work as there's no /dev/video1 ! Does anyone know where I can find instructions on how to get v4l2 working under Ubuntu 12.04 for a radeon HD 5450 card? Google has not been my friend ;-) /dev/video1 is created when you have an actual video

[meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=... video-sink=queue2 ! videoscale ! video/x-raw-rgb, pixel-aspect-ratio=1/1, width=capture-width, height=capture-height ! fakesink I then get the frame property from the pipeline and use

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
On 10 Jul 2013, at 20:19, Chris Tapp wrote: I've got an application which uses playbin2 to capture video. The pipeline is of the form: playbin2 uri=... video-sink=queue2 ! videoscale ! video/x-raw-rgb, pixel-aspect-ratio=1/1, width=capture-width, height=capture-height ! fakesink I