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 469933 - multifdsink IPv6 and diffserv TOS/TC markup
multifdsink IPv6 and diffserv TOS/TC markup
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.13
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-24 15:32 UTC by Henrik Eriksson
Modified: 2008-05-21 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add IPv6 and diffserv markup. (5.94 KB, patch)
2007-08-24 15:35 UTC, Henrik Eriksson
none Details | Review

Description Henrik Eriksson 2007-08-24 15:32:45 UTC
Support for IPv6 and diff serv markup would be nice.
Comment 1 Henrik Eriksson 2007-08-24 15:35:27 UTC
Created attachment 94271 [details] [review]
Add IPv6 and diffserv markup.

This patch adds IPv6 support and support for setting the diff serv dscp in
multifdsink. The dscp is set through a new property, "qos_dscp".

See also #469917, http://bugzilla.gnome.org/show_bug.cgi?id=469917
Comment 2 Wim Taymans 2008-05-21 11:29:23 UTC
        Patch by: Henrik Eriksson <henriken at axis dot com>

        * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
        (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
        (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
        (gst_multi_fd_sink_get_property):
        * gst/tcp/gstmultifdsink.h:
        Add support for DSCP QOS. Fixes #469933.