After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 796808 - rtppayload: Fix VP8/VP9/OPUS dual encoding name handling
rtppayload: Fix VP8/VP9/OPUS dual encoding name handling
Status: RESOLVED DUPLICATE of bug 796809
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-07-14 02:37 UTC by Nicolas Dufresne (ndufresne)
Modified: 2018-07-14 04:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2018-07-14 02:37:19 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
Comment 1 Sebastian Dröge (slomo) 2018-07-14 04:27:13 UTC
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 ***