[Bug 720219] New: rtsptransport: allow getting mime type by profile

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 10 17:28:01 PST 2013


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

           Summary: rtsptransport: allow getting mime type by profile
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: aleix at oblong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


RTSP tranport API allows getting the RTP manager and mime type by only the the
transport mode. For SRTP (RTP + SAVP profile) the mime type is different (and
may be the manager could be different).

Initially, I thought that the only way would be breaking ABI by changing
gst_rtsp_transport_get_mime signature for:

 gst_rtsp_transport_get_mime     (GstRTSPTransMode trans,
                                  GstRTSPProfile profile,
                                  const gchar **mime)

And the same for gst_rtsp_transport_get_manager.

However, as it seems SRTP will use rtpbin at the end (see bug 719938) this
might not be necessary and we could keep ABI and API compatibility.

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