2009/5/1 Lukas Ruetz <[email protected]>:
> Hello everybody,

Hi,

> I try to get notified when a video ends and registered a callback to the 
> EOS-signal.

I did the same, modifying example/video-player.c.

> But my callback is never called (the "progress" callback works).

It seems to work here:

$ ./video-player ~/Videos/kittens.ogv
start
setting x = 2147483475, y = 320, width = 986
stop
*** in bus_message_eos_cb
on_video_done: /home/damien/Videos/kittens.ogv

Can you provide your full test case, that could be really useful to
understand what's
going on.

Can you check if playbin is correctly sending an EOS with your file:
    gst-launch-0.10 playbin uri=file:///home/lukas/test.mpg
and hunt for the line:
Got EOS from element "playbin0".

thanks,

-- 
Damien
-- 
To unsubscribe send a mail to [email protected]

Reply via email to