gst/elements/: Added an element that writes to multiple filedescriptors at once.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 24 Jun 2004 17:05:04 +0000 (17:05 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 24 Jun 2004 17:05:04 +0000 (17:05 +0000)
commitf077afa0b21c1a5a76f6851b096886dda6b8a6bf
treea31580115a60ffa5790df02bdea210f5f18a2733
parenteec591c95f32839545acac38a0208d5fd4c81d52
gst/elements/: Added an element that writes to multiple filedescriptors at once.

Original commit message from CVS:
* gst/elements/Makefile.am:
* gst/elements/gstelements.c:
* gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
(gst_multifdsink_class_init), (gst_multifdsink_init),
(gst_multifdsink_add), (gst_multifdsink_remove),
(gst_multifdsink_clear), (gst_multifdsink_chain),
(gst_multifdsink_set_property), (gst_multifdsink_get_property):
* gst/elements/gstmultifdsink.h:
Added an element that writes to multiple filedescriptors at once.
ChangeLog
gst/elements/Makefile.am
gst/elements/gstelements.c
gst/elements/gstmultifdsink.c [new file with mode: 0644]
gst/elements/gstmultifdsink.h [new file with mode: 0644]
plugins/elements/Makefile.am
plugins/elements/gstelements.c
plugins/elements/gstmultifdsink.c [new file with mode: 0644]
plugins/elements/gstmultifdsink.h [new file with mode: 0644]