Decoding on Android

Tonu Jaansoo chain at bsd.ee
Thu Aug 1 04:45:29 PDT 2013


Hello!

I think there is not much information in the log. It says there that the pipeline is not linked. Maybe its because the error about not having GL context.
Put this line before gst_init(..);
setenv("GST_DEBUG", "amc*:5",1);

			
Tonu

On Jul 31, 2013, at 7:16 PM, "yusuf.husainy" <yusuf.husainy at gmail.com> wrote:

> Hi Tonu,
> 
> I am having problems with trying to get the hardware decoder to work in my
> android pipeline. I have a Samsung Tab2 5113, which is capable of playing
> back full HD videos. 
> 
> I am using the amcviddec-omxgoogleh26decoder as the element for hardware
> decoding. My pipeline looks something like this;
> 
> data->pipeline = gst_parse_launch("filesrc
> location=/storage/sdcard0/Movies/c48000.mp4 ! qtdemux ! queue ! h264parse !
> amcviddec-omxgoogleh264decoder ! eglglessink sync=0", &error);
> 
> The log that I get is:  android_log.txt
> <http://gstreamer-devel.966125.n4.nabble.com/file/n4661368/android_log.txt>  
> 
> I would appreciate your help.
> 
> 
> 
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Decoding-on-Android-tp4661299p4661368.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list