Re: [linux-yocto] Gstreamer on a Beaglebone black

2014-07-16 Thread Dimitri Slavaski
Hello, I did some testing and i found out that it keeps polling. With a strace i got this: clock_gettime(CLOCK_MONOTONIC, {4442, 529673320}) = 0 poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\0\0\0\0\0\0\0", 16) = 8 write(4, "\1\0\0\0\0\0\0\0", 8)

Re: [linux-yocto] Gstreamer on a Beaglebone black

2014-07-15 Thread Dimitri Slavaski
These functions are in the ffmpeg plugins-bad, plugins-good, plugins-ugly, plugins-base. i added those to a build with the gstreamer afcourse Thanks, dimitri -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/lis

Re: [linux-yocto] Gstreamer on a Beaglebone black

2014-07-15 Thread Kevin Hao
On Mon, Jul 14, 2014 at 02:28:58PM -0400, Bruce Ashfield wrote: > On 14-07-14 10:16 AM, Dimitri Slavaski wrote: > >Hello, > > > >I am trying to get gstreamer on a Beaglebone Black. After some tries and > >looking to the example on the am335x-evmsk, i didnt get it working yet. > >So i am wondering w

Re: [linux-yocto] Gstreamer on a Beaglebone black

2014-07-14 Thread Bruce Ashfield
On 14-07-14 10:16 AM, Dimitri Slavaski wrote: Hello, I am trying to get gstreamer on a Beaglebone Black. After some tries and looking to the example on the am335x-evmsk, i didnt get it working yet. So i am wondering what i did wrong, i get this message: root@beaglebone:/# gst-launch-0.10 filesr

[linux-yocto] Gstreamer on a Beaglebone black

2014-07-14 Thread Dimitri Slavaski
Hello, I am trying to get gstreamer on a Beaglebone Black. After some tries and looking to the example on the am335x-evmsk, i didnt get it working yet. So i am wondering what i did wrong, i get this message: root@beaglebone:/# gst-launch-0.10 filesrc location=HistoryOfTI-480p.m2v ! mpegvideoparse