Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 2005-11-14 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw | ||||
* | gst/udp/: (new) | Philippe Kalaf | 2005-07-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | Original commit message from CVS: * gst/udp/Makefile.am: * gst/udp/gstudp.c: * gst/udp/gstdynudpsink.c: (new) * gst/udp/gstdynudpsink.h: (new) Added new element (udpdynsink) that receives GstNetBuffers and sends the udp packets to the source given in the buffer. It's used by rtpsession element for now. * gst/udp/gstudpsrc.c: Fixed memory leak. | ||||
* | gst/udp/: Added multifdsink to send UDP to multiple addresses. | Wim Taymans | 2005-05-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/udp/.cvsignore: * gst/udp/Makefile.am: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type), (gst_multiudpsink_base_init), (gst_multiudpsink_class_init), (gst_multiudpsink_init), (gst_multiudpsink_finalize), (gst_multiudpsink_get_times), (gst_multiudpsink_render), (gst_multiudpsink_set_property), (gst_multiudpsink_get_property), (gst_multiudpsink_init_send), (gst_multiudpsink_close), (gst_multiudpsink_add), (gst_multiudpsink_remove), (gst_multiudpsink_clear), (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state): * gst/udp/gstmultiudpsink.h: * gst/udp/gstudp-marshal.list: * gst/udp/gstudp.c: (plugin_init): * gst/udp/gstudp.h: * gst/udp/gstudpsink.c: (gst_udpsink_get_type), (gst_udpsink_base_init), (gst_udpsink_class_init), (gst_udpsink_init), (gst_udpsink_set_uri), (gst_udpsink_set_property), (gst_udpsink_get_property), (gst_udpsink_uri_get_type), (gst_udpsink_uri_get_protocols), (gst_udpsink_uri_get_uri), (gst_udpsink_uri_set_uri), (gst_udpsink_uri_handler_init): * gst/udp/gstudpsink.h: * gst/udp/gstudpsrc.c: (gst_udpsrc_get_type), (gst_udpsrc_base_init), (gst_udpsrc_class_init), (gst_udpsrc_create), (gst_udpsrc_set_uri), (gst_udpsrc_start), (gst_udpsrc_unlock), (gst_udpsrc_stop): * gst/udp/gstudpsrc.h: Added multifdsink to send UDP to multiple addresses. Cleaned up UDP source/sink elements some more. Make UDP sink extends from multiudpsink. | ||||
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: don't mix tabs and spaces | ||||
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -14/+9 |
| | | | | | Original commit message from CVS: gst-indent | ||||
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
| | | | | | Original commit message from CVS: remove copyright field from plugins | ||||
* | Remove all config.h includes from header files, add it to each source file ↵ | Ronald S. Bultje | 2003-11-07 | 1 | -0/+3 |
| | | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files | ||||
* | fix for new plugin system | Benjamin Otte | 2003-11-02 | 1 | -20/+15 |
| | | | | | Original commit message from CVS: fix for new plugin system | ||||
* | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵ | Andy Wingo | 2002-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes. | ||||
* | s/Gnome-Streamer/GStreamer/ | Andy Wingo | 2002-03-20 | 1 | -1/+1 |
| | | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/ | ||||
* | Initial revision | Andy Wingo | 2001-12-22 | 1 | -0/+52 |
Original commit message from CVS: Initial revision |