[Bug 700749] gstrtph264pay/depay: Add framerate and optional framesize SDP attribute to payloaded caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 22 02:25:38 PDT 2013


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

--- Comment #16 from Sebastian Rasmussen <sebras at hotmail.com> 2013-05-22 09:25:35 UTC ---
(In reply to comment #11)
> No, use g_ascii_dtostr() instead.

Yes, that makes more sense. I found that function eventually, only to read your
comment just now. :)

(In reply to comment #12)
> Yes, ideally use non-locale-dependant functions everywhere instead of working
> around locales. (Same for your jpeg payloader patch btw :) )

Well, not really. I will actually do the formatting in gst-rtsp-server, so
there will be just one instance of it and I opted to use g_ascii_formatd()
instead because I needed an initial space for the SDP attribute value to be
properly formatted. If you are not happy with me using g_ascii_formatd()
instead of g_ascii_dtostr(), let me know in
https://bugzilla.gnome.org/show_bug.cgi?id=700747

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