GNOME Bugzilla – Bug 796808
rtppayload: Fix VP8/VP9/OPUS dual encoding name handling
Last modified: 2018-07-14 04:27:13 UTC
See commit message. The problem is that these pipeline caused assert, though while fixing it I've made the code a bit more efficient and fixed the default encoding name, which would be different if the pad is unlinked or if the following pad didn't specify anything. gst-launch-1.0 audiotestsrc ! opusenc ! rtpopuspay ! rtpmux ! fakesink gst-launch-1.0 videotestsrc ! vp8enc ! rtpvp8pay ! rtpmux ! fakesink gst-launch-1.0 videotestsrc ! vp9enc ! rtpvp9pay ! rtpmux ! fakesink
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 796809 ***