After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 426657 - Add support for SDP multicast description files
Add support for SDP multicast description files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-05 16:32 UTC by Bastien Nocera
Modified: 2007-10-01 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Bastien Nocera 2007-08-28 15:03:30 UTC
In shared-mime-info:

2007-08-28  Bastien Nocera  <hadess@hadess.net>

        * freedesktop.org.xml.in: Add application/sdp, with information from
        http://www.rfc-editor.org/rfc/rfc2327.txt
        * tests/*: Add an SDP stream description, the filename clashes with
        StarOffice presentations

In Totem:

2007-08-28  Bastien Nocera  <hadess@hadess.net>

        * data/mime-type-list.txt: Add application/sdp for Real and Quicktime
        Session Description Protocol for multicast streaming (Helps: #426657)

Moving to GStreamer, as it should be handling SDP files itself.
Comment 2 Wim Taymans 2007-10-01 11:43:39 UTC
        * configure.ac:
        * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
        (gst_sdp_demux_class_init), (gst_sdp_demux_init),
        (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
        (gst_sdp_demux_get_property), (find_stream_by_id),
        (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
        (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
        (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
        (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
        (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
        (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
        (gst_sdp_demux_stream_configure_udp),
        (gst_sdp_demux_stream_configure_udp_sink),
        (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
        (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
        (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
        (gst_sdp_demux_change_state):
        * gst/sdp/gstsdpdemux.h:
        * gst/sdp/gstsdpelem.c: (plugin_init):
        Added SDP demuxer element. Fixes #426657.