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)         = 8
clock_gettime(CLOCK_MONOTONIC, {4442, 532327695}) = 0
poll([{fd=4, events=POLLIN}], 1, 232)   = 1 ([{fd=4, revents=POLLIN}])
read(4, "\1\0\0\0\0\0\0\0", 16)         = 8
clock_gettime(CLOCK_MONOTONIC, {4442, 534804403}) = 0
clock_gettime(CLOCK_MONOTONIC, {4442, 535122070}) = 0
poll([{fd=4, events=POLLIN}], 1, 230Spinning.  Please run 'gdb gst-launch
1230' to continue debugging,
 Ctrl-C to quit, or Ctrl-\ to dump core.
)   = 0 (Timeout)
read(4, 0xbe81f870, 16)                 = -1 EAGAIN (Resource temporarily
unavailable)

I have know idea where it comes from and not a clue how to find it!

Thanks,
dimitri


On Tue, Jul 15, 2014 at 1:50 PM, Dimitri Slavaski <[email protected]>
wrote:

> 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
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to