GNOME Bugzilla – Bug 734263
rtpmp4gpay: fixed failure when MPEG4 video without codec data in CAPS
Last modified: 2018-05-06 10:53:44 UTC
Created attachment 282497 [details] set dafault value for MPEG4 without codec data in caps. some MPEG4 in AVI contain haven't separate codec data, gstrtpmp4gpay can't get codec data in CAPS when mpeg4videoparse in libgstvideoparsersbad.so hasn't been installed. attachment can fix the issue.
Created attachment 282498 [details] [review] set dafault value for MPEG4 without codec data in caps.
This does not seem correct... instead of just assuming values we should parse them from the stream, or alternatively just use mpeg4videoparse before the payloader. What's your use case here, does mpeg4videoparse help?
It is ok after install mpeg4videoparse. Seems gstrtpmp4vpay will parse information from stream if no codec. Should gstrtpmp4gpay works like gstrtpmp4vpay?
It is all working as expected. mpeg4videoparse has to be used.