Gstreamer hardware decoder not working in android 5.0

Sebastian Dröge sebastian at centricular.com
Wed Jan 21 03:26:08 PST 2015


On Di, 2015-01-20 at 22:37 -0800, Gokul Vellingiri wrote:
> I think we deviated from the topic we are discussing.I just need h/w decoder
> to decode incoming data.I have attached the log details for below pipeline
> tested with* Lollipop version*.
> 
> *data->pipeline = gst_parse_launch("udpsrc port=5000 ! application/x-rtp,
> clock-rate=90000, encoding-name=(string)H264, payload=96 ! rtpjitterbuffer !
> rtph264depay ! h264parse ! amcviddec-omxqcomvideodecoderavc ! glimagesink
> ",&error);*
> 
> Also i added the debug line,
> *gst_debug_set_threshold_from_string("2,amc*", TRUE) ;*
> 
> amc-LogCat.txt
> <http://gstreamer-devel.966125.n4.nabble.com/file/n4670376/amc-LogCat.txt>  
> 
> Any comment about the log message??

Yes, that's exactly what Nicolas and I mentioned in the other mail :)
The element is not there because it uses a color format we don't support
yet. Support for that would have to be added by someone with access to
that specific hardware.

Debug log with "2,amc*:6" (note the :6 at the end) would give some more
information btw, but you would have to do that before calling the
GStreamer initialization (not just before you create/start your
pipeline).

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150121/5d9b0d50/attachment.sig>


More information about the gstreamer-devel mailing list