[Bug 726416] New: rtph263pay/-depay: add framesize SDP attribute

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 15 07:20:08 PDT 2014


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

           Summary: rtph263pay/-depay: add framesize SDP attribute
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


https://bugzilla.gnome.org/show_bug.cgi?id=726415 removes the framesize
attribute from the JPEG RTP payloader because
http://tools.ietf.org/html/rfc6064 defines the attribute for H.263 and not for
JPEG.

This proposed patch adds the framesize attribute in the H.263 payloader.
Please pay attention to that the format of the attribute is defined as:

a=framesize:<payload type number> <width>-<height>

Which includes the payload type number. This likely means that a patch is
necessary in gst-rtp-server to add the payload type. I'll whip up such a patch
if the change in this bug is considered good.

-- 
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