[Bug 697277] New: SDP library does not include timing line if there is not timing information

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 4 07:46:15 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=697277
  GStreamer | gst-plugins-base | 1.0.6

           Summary: SDP library does not include timing line if there is
                    not timing information
    Classification: Platform
           Product: GStreamer
           Version: 1.0.6
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: santoscadenas at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=240616)
 View: https://bugzilla.gnome.org/attachment.cgi?id=240616
 Review: https://bugzilla.gnome.org/review?bug=697277&attachment=240616

Patch to solve the explained issue

If you generate a GstSDPMessage and you do not add any time calling to
gst_sdp_message_add_time the text generated by gst_sdp_message_as_text does not
contain a "t=" line. I think that it should add a default line indicating that
session is permanent (ie: t=0 0) because rfc4566 does not indicate that the
timing line is optional.

I attach a patch that implements this functionality.

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