[Bug 796808] New: rtppayload: Fix VP8/VP9/OPUS dual encoding name handling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 14 02:37:19 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796808

            Bug ID: 796808
           Summary: rtppayload: Fix VP8/VP9/OPUS dual encoding name
                    handling
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nicolas at ndufresne.ca
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list