mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
parent
d9a1f3d628
commit
05cc505289
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,8 @@ gst_flv_mux_audio_pad_setcaps (GstPad * pad, GstCaps * caps)
|
|||
cpad->audio_codec = 4;
|
||||
else if (channels == 1 && rate == 8000)
|
||||
cpad->audio_codec = 5;
|
||||
else
|
||||
cpad->audio_codec = 6;
|
||||
} else {
|
||||
cpad->audio_codec = 6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue