[Bug 705129] androidmedia: add support for video encoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 26 07:29:49 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=705129
  GStreamer | gst-plugins-bad | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #24 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-26 14:29:38 UTC ---
commit 8e0bbc9e32aa99da981eb7396f491d0f4aef91d6
Author: Chen Jie <chenj at lemote.com>
Date:   Wed Nov 13 18:41:33 2013 +0800

    androidmedia: add gst_amc_color_format_copy

    gst_amc_color_format_copy will copy in/out a frame resides at a
    GstAmcBuffer. Lots of codes in gst_amc_video_*_fill_buffer are moved to
    this new function.

commit 557d6b974fe98d09ddd0a500548b8a13211dab1c
Author: Chen Jie <chenj at lemote.com>
Date:   Tue Oct 8 21:11:48 2013 +0800

    androidmedia: move create_src|sink_caps to gstamc.c

    Some hack logic needs also to be present in create_src|sink_caps, for
    working around some broken codecs. These hacks are hidden
    in color_format/video_format conversion -- the prototypes of these
    functions are also changed to include more args for hack judgement.

    Also in case of multi-color_formats mapped to one video_format, then
    map that video_format back will not give the original color_format, which
    causes gst_amc_codec_configure failed with something like
    'does not support color format N'.

    The new prototype involves with GstAmcCodecInfo and mime, which
    ensures the converted color_format is supported by the codec.

    A COLOR_FormatYCbYCr to GST_VIDEO_FORMAT_YUY2 mapping is also added, in
    order to work around bugs in OMX.k3.video.decoder.avc(which incorrectly
    reports supporting COLOR_FormatYCbYCr, which is actually
    COLOR_FormatYUV420SemiPlanar). There are already hacks for this in
    gst_amc_video_format_to_color_format, gst_amc_color_format_to_video_format
    and gst_amc_color_format_info_set, but the codec will still not work(be
    ignored because of "has unknown color formats") without adding this
mapping.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list