Re: [E-devel] [Patch][Emotion] fix priority set/get for gstreamer

2012-08-21 Thread Cedric BAIL
Hello, On Fri, Aug 10, 2012 at 3:35 PM, Sohyun Kim wrote: > I made a patch for emotion - gstreamer module. > > When I call emotion_object_priority_set() after emotion_object_file_set(), > xvimagesink is not created because gstreamer pipeline is already set up. > So I added restart routine for the

[E-devel] [Patch][Emotion] fix priority set/get for gstreamer

2012-08-09 Thread Sohyun Kim
Hi. I made a patch for emotion - gstreamer module. When I call emotion_object_priority_set() after emotion_object_file_set(), xvimagesink is not created because gstreamer pipeline is already set up. So I added restart routine for the priority_set(). Also, when I call emotion_object_priority_get()