mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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))
|
if (gst_structure_get_int (str, "bitrate", &bitrate))
|
||||||
context->bit_rate = bitrate;
|
context->bit_rate = bitrate;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case AV_CODEC_ID_ALAC:
|
case AV_CODEC_ID_ALAC:
|
||||||
gst_structure_get_int (str, "samplesize",
|
gst_structure_get_int (str, "samplesize",
|
||||||
&context->bits_per_coded_sample);
|
&context->bits_per_coded_sample);
|
||||||
|
|
Loading…
Reference in a new issue