diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-16 10:08:24 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-16 11:31:40 +0100 |
commit | 17254bbd23c5e62c164628c4d02731d464bf75f9 (patch) | |
tree | 8e2e946f45ed84ee9194d65f78d642da8a7d7757 /docs/plugins | |
parent | d29c7826aba7ba3233e03412e5482b235e70fcd4 (diff) |
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.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 60111f334..1d4355d3d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -82,7 +82,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/playback/gstsubtitleoverlay.h \ $(top_srcdir)/gst/audiorate/gstaudiorate.h \ $(top_srcdir)/gst/audioresample/gstaudioresample.h \ - $(top_srcdir)/gst/tcp/gstmultifdsink.h \ + $(top_srcdir)/gst/tcp/gstmultisocketsink.h \ $(top_srcdir)/gst/tcp/gsttcpclientsrc.h \ $(top_srcdir)/gst/tcp/gsttcpclientsink.h \ $(top_srcdir)/gst/tcp/gsttcpserversrc.h \ |