GNOME Bugzilla – Bug 746964
androidmedia: bug in create_amc_format i-frame-interval IllegalStateException
Last modified: 2018-11-03 13:32:19 UTC
Hi, There is a bug in create_amc_format function (gstamcvideoenc.c). According to http://developer.android.com/reference/android/media/MediaFormat.html KEY_I_FRAME_INTERVAL is mandatory for the encoder. Current implementation causes IllegalStateExcaption while configuring the encoder with MediaFormat parameters (i_frame_int is set by default to 0). if (encoder->i_frame_int) line of code shall be removed from create_amc_format. Best Regards Marcin Sielski
Do you want to provide a patch?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/224.