mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
parent
99ca91f3a3
commit
e513fad054
1 changed files with 1 additions and 0 deletions
|
@ -2991,6 +2991,7 @@ gst_ffmpeg_caps_with_codecid (enum AVCodecID codec_id,
|
|||
if (gst_structure_get_int (str, "bitrate", &bitrate))
|
||||
context->bit_rate = bitrate;
|
||||
}
|
||||
break;
|
||||
case AV_CODEC_ID_ALAC:
|
||||
gst_structure_get_int (str, "samplesize",
|
||||
&context->bits_per_coded_sample);
|
||||
|
|
Loading…
Reference in a new issue