[linux-yocto] Gstreamer on a Beaglebone black
Dimitri Slavaski
dslavaski at gmail.com
Wed Jul 16 04:29:34 PDT 2014
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 <dslavaski at gmail.com>
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20140716/a2869d05/attachment.html>
More information about the linux-yocto
mailing list