On Mon Apr 3 18:59:37 2023 +0000, Zebediah Figura wrote:
I found that `gst_audio_info_from_caps error` also happens in
pad_added_cb(). The caps from the pad given in pad_added_cb() is also missing rate property. That's interesting. Is that PCM audio? What are the full caps? I assume it's triggered by the test.wmv in wmvcore?
Yep, it's triggered by the WMV in wmvcore. The full caps of the audio is:
``` audio/x-raw format: F32LE layout: non-interleaved ```
The full caps of the video stream from the same WMV file is:
``` video/x-wmv wmvversion: 1 width: 64 height: 48 pixel-aspect-ratio: 1/1 format: WMV1 ```
Both caps are printed in pad_added_cb().