[gstreamer-bugs] [Bug 564437] rtpjpegdepay was unable to handle frame dimensions greater than 2040

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 14 04:07:14 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=564437

  GStreamer | gst-plugins-good | Ver: HEAD CVS




------- Comment #5 from Luc  2008-12-14 12:07 UTC -------
It's okay for me !

Now session level SDP attributes are mapped to caps first,
before media level ones.

SDP attributes that are prefixed with 'x-' (ie: not IANA registered, see
http://www.iana.org/assignments/sdp-parameters), are copied 'as is' in the
caps.

SDP attributes that are IANA registered (not prefixed with 'x-') are now
prefixed with 'a-' (could be changed), to avoid collision with existing
gstreamer caps properties names.

RFC recommends to discard unrecognized attributes, but who knows who need what,
when attributes are not mandatory IANA registered, and when registered
attributes list is big and subject to change ? Mapping all incoming attributes
according to the previous paragraph rules seems to be the better solution.

here are the 'final' patches:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=564437.




More information about the gstreamer-bugs mailing list