[gstreamer-bugs] [Bug 607353] New: rtph264pay & base: Don't crash if the other side specifies the profile-level-id

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 18 12:22:59 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607353
  GStreamer | gst-plugins-good | git

           Summary: rtph264pay & base: Don't crash if the other side
                    specifies the profile-level-id
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tester at tester.ca
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


gst-launch-0.10  videotestsrc ! x264enc  ! rtph264pay ! application/x-rtp,
payload=98, profile-level-id=asdasdsa ! fakesink

-> FAIL

First, the basepayload class does not check if the intersection between the
desired caps and the result from getcaps is not empty.

Second, rtph264pay, does not check the return value from set_outcaps

Third, profile-level-id shouldn't even be there. It is a restriction placed on
the sender. So it should be in the caps received by the payloader, not the ones
it produces (the same information is in the sprop-parameter-sets).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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