androidmedia encoder problems

stic at free.fr stic at free.fr
Tue Jan 21 01:55:01 PST 2014


I opened a bug report with the log file: https://bugzilla.gnome.org/show_bug.cgi?id=722677
What do you call stream dump ? Is the log file enough or not ?

----- Mail original -----
De: "Sebastian Dröge" <sebastian at centricular.com>
À: "Discussions about GStreamer on Android" <gstreamer-android at lists.freedesktop.org>
Envoyé: Mardi 21 Janvier 2014 09:40:01
Objet: Re: androidmedia encoder problems

On Mo, 2014-01-20 at 13:45 +0100, stic at free.fr wrote:
> h264parse log file is attached.
> Thanks.

Can you file a bug with a dump of that stream?

Also I think MediaCodec provides h264 in AVC format, that is you have to
get the csd-0 and csd-1 fields from the MediaFormat on the output side
of the codec... transform both together to a real AVCC structure and put
that into codec_data in the caps. And only after that output buffers.

This codec_data will contain the SPS/PPS, however it seems like they are
also included inside the stream... but for some reason h264parse does
not like to use them.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source

_______________________________________________
gstreamer-android mailing list
gstreamer-android at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-android


More information about the gstreamer-android mailing list