Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-08-01 Thread The Rasterman
t in rage - it's in the config it writes to disk (~/). ? > Thanks, > Prathamesh Ghanekar > > -Original Message- > From: Carsten Haitzler [mailto:ras...@rasterman.com] > Sent: 01 August 2014 14:50 > To: Prathamesh P Ghanekar > Cc: enlightenment-devel@lists.

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-08-01 Thread Prathamesh P Ghanekar
01 August 2014 14:50 To: Prathamesh P Ghanekar Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] rage video player not rendering video, but audio plays back! On Fri, 1 Aug 2014 03:01:04 + Prathamesh P Ghanekar said: it's there: config->emotion_engine = ei

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-08-01 Thread The Rasterman
On Fri, 1 Aug 2014 03:01:04 + Prathamesh P Ghanekar said: it's there: config->emotion_engine = eina_stringshare_add("gstreamer1"); and it uses that to init emotion. other than a cmdline option to specify emotion engine there is no other way to have a different one. emotion will fall

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-31 Thread Prathamesh P Ghanekar
Hi Carsten, I ran it after doing make-install. Still it gives the same error. I also tried emotion_basic_example.c from http://docs.enlightenment.org/auto/efl/emotion_basic_example_8c-example.html But it doesn't seem to be using gstreamer1.0 backend. I tried putting breakpoint in the EFL librar

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-31 Thread The Rasterman
On Thu, 31 Jul 2014 10:19:07 + Prathamesh P Ghanekar said: you didn't make-install why run the binary from the tree? it needs its data files to work... > Hi Cedric, > > These are the messages I get on the console. There is no mention of any > package missing in this.Plz let me know if y

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-31 Thread Prathamesh P Ghanekar
Hi Cedric, These are the messages I get on the console. There is no mention of any package missing in this.Plz let me know if you get any prathamesh@ubuntu:~/rage/src/bin$ ./rage /home/prathamesh/Videos/Life\ of\ Pi\ -\ Official\ Trailer\ \(HD\).mp4.filepart ERR<13505>:elementary elm_layout.c:8

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-30 Thread Won guk Jeong
with env variable "GST_DEBUG=*:3", you could see gstreamer debug message on console. or why don't you try to play video by using gst-launch with playbin? I mean for testing whether it's problem of gst or not to narrow down prob. 2014. 7. 30. 오후 4:56에 "Won guk Jeong" 님이 작성: > with env variable "G

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-30 Thread Won guk Jeong
with env variable "GST_DEBUG=*:3", you could see gstreamer debug message on console. or why don't you try to play video by using gst-launch with playbin? 2014. 7. 30. 오후 3:27에 "Cedric BAIL" 님이 작성: > On Jul 30, 2014 2:45 PM, "Carsten Haitzler" wrote: > > > > On Wed, 30 Jul 2014 05:20:18 + Pra

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-30 Thread Cedric BAIL
On Jul 30, 2014 2:45 PM, "Carsten Haitzler" wrote: > > On Wed, 30 Jul 2014 05:20:18 + Prathamesh P Ghanekar > said: > > > Hi, > > > > I have all these gstreamer packages on my Ubuntu13.10 host. > > > > prathamesh@ubuntu:~/rage/src/bin$ dpkg -l|grep gst > > ii bluez-gstreamer > > 4.101-0ubun

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-29 Thread The Rasterman
On Wed, 30 Jul 2014 05:20:18 + Prathamesh P Ghanekar said: > Hi, > > I have all these gstreamer packages on my Ubuntu13.10 host. > > prathamesh@ubuntu:~/rage/src/bin$ dpkg -l|grep gst > ii bluez-gstreamer > 4.101-0ubuntu8b1 i386 Bluetooth GStreamer > supp

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-29 Thread Prathamesh P Ghanekar
Hi, I have all these gstreamer packages on my Ubuntu13.10 host. prathamesh@ubuntu:~/rage/src/bin$ dpkg -l|grep gst ii bluez-gstreamer 4.101-0ubuntu8b1 i386 Bluetooth GStreamer support ii gir1.2-gst-plugins-base-1.0 1.2.

Re: [E-devel] rage video player not rendering video, but audio plays back!

2014-07-29 Thread Doug Newgard
> From: prathamesh.ghane...@igate.com > To: enlightenment-devel@lists.sourceforge.net > Date: Wed, 30 Jul 2014 03:23:37 + > CC: ras...@rasterman.com > Subject: [E-devel] rage video player not rendering video, but audio plays > back! > > Hi all, > > I