GNOME Bugzilla – Bug 632897
flvmux does not set the correct nellymoser codec id
Last modified: 2010-12-02 18:26:33 UTC
in gstflvmux.c, if the codec == audio/x-nellymoser and the rate is set to something like 22050 (standard nellymoser rate) the audio_codec id will not be set. A quick-fix patch for the bug is attached.
Created attachment 173009 [details] [review] quick-fix patch for flvmux + nellymoser
Please attach the patch in "git format-patch" format :) Looks good otherwise
Created attachment 173099 [details] [review] fix for nellymoser codecid setting
Thanks, I'll push this change after the 0.10.26 release soon. You should update your GIT settings to use your name and email address btw
(In reply to comment #4) > Thanks, I'll push this change after the 0.10.26 release soon. > > You should update your GIT settings to use your name and email address btw Will do, Thanks Sebastian ;)
commit 05cc50528989426f9fae43f206bfc4d2e1f3725d Author: Tom Janiszewski <Tom.Janiszewski@alcatel-lucent.com> Date: Sat Oct 23 19:34:00 2010 -0400 flvmux: Fix for nellymoser codecid setting Fixes bug #632897.