On Fri, 4 May 2012 09:56:58 -0300 Flávio Ceolin
said:
> Hi,
>
> On Thu, May 3, 2012 at 9:04 PM, Cedric BAIL wrote:
> > Hi,
> >
> > On Fri, May 4, 2012 at 1:44 AM, Flávio Ceolin
> > wrote:
> >> On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin
> >> wrote:
> >>> Hi folks,
> >>>
> >>> I've got a pr
Hi,
On Thu, May 3, 2012 at 9:04 PM, Cedric BAIL wrote:
> Hi,
>
> On Fri, May 4, 2012 at 1:44 AM, Flávio Ceolin
> wrote:
>> On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin
>> wrote:
>>> Hi folks,
>>>
>>> I've got a problem when using emotion. The signal "playback_started" is
>>> never called. I a
Hi,
On Fri, May 4, 2012 at 1:44 AM, Flávio Ceolin
wrote:
> On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin
> wrote:
>> Hi folks,
>>
>> I've got a problem when using emotion. The signal "playback_started" is
>> never called. I also have checked the emotion examples and the same
>> happens. The oth
On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin
wrote:
> Hi folks,
>
> I've got a problem when using emotion. The signal "playback_started" is
> never called. I also have checked the emotion examples and the same
> happens. The others signals like "playback_finished" and "open_done" are
> working a
Hi folks,
I've got a problem when using emotion. The signal "playback_started" is
never called. I also have checked the emotion examples and the same
happens. The others signals like "playback_finished" and "open_done" are
working as expected. Bellow is my example:
#include
#include
#include
#
Hi all,
I was working with emotion (gstreamer module) and when I tried to use
emotion_object_position_set(obj, 0) it just doesn't work. My test case
was having a file playing and trying to stop it, reseting its position
to 0.
It seems that when I try to do that it calls em_pos_set(video, pos=0),