[Bug 700747] rtsp-sdp: Parse framerate and optional framesize attribute from payloaded caps and put in SDP

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 20 16:02:34 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700747
  GStreamer | gst-rtsp-server | git

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #5 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-05-20 23:02:29 UTC ---
I'm a bit concerned about adding the framerate to the caps as a string because
that makes it non-negotiable. It probably makes sense to make it a GstFraction
type, since it doesn't go into rtpmap, then it can be made negotiable.

Probably the same can be said of framesize (maybe put it as width and height of
type int).. Although this is a bit less problematic as it is defined as purely
declarative in the RFC.

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