[0.11] gst-plugins-base: tcpserversink: Port to GIO
Sebastian Dröge
slomo at kemper.freedesktop.org
Mon Jan 16 02:34:36 PST 2012
Module: gst-plugins-base
Branch: 0.11
Commit: 17254bbd23c5e62c164628c4d02731d464bf75f9
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=17254bbd23c5e62c164628c4d02731d464bf75f9
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Mon Jan 16 10:08:24 2012 +0100
tcpserversink: Port to GIO
And change multifdsink to GIO too and rename it to multisocketsink
because it only works on GSockets now, not generic fds.
---
docs/plugins/Makefile.am | 2 +-
gst/tcp/Makefile.am | 5 +-
gst/tcp/{gstmultifdsink.c => gstmultisocketsink.c} | 1599 +++++++++-----------
gst/tcp/{gstmultifdsink.h => gstmultisocketsink.h} | 149 +-
gst/tcp/gsttcp-marshal.list | 7 +-
gst/tcp/gsttcp.h | 1 -
gst/tcp/gsttcpplugin.c | 6 +-
gst/tcp/gsttcpplugin.h | 40 -
gst/tcp/gsttcpserversink.c | 297 +++--
gst/tcp/gsttcpserversink.h | 28 +-
10 files changed, 945 insertions(+), 1189 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/diff/?id=17254bbd23c5e62c164628c4d02731d464bf75f9
More information about the gstreamer-commits
mailing list