summaryrefslogtreecommitdiffstats
path: root/gst/udp
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
| | | | | Original commit message from CVS: Enable MTU feature
* Added some issues on TODOAngel Carpintero2003-07-311-0/+3
| | | | | Original commit message from CVS: Added some issues on TODO
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-1/+9
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* Congrats everyone! udp plugins are now multicast-enabledZeeshan Ali2003-06-094-7/+54
| | | | | Original commit message from CVS: Congrats everyone! udp plugins are now multicast-enabled
* localhost (the default host) couldnt get resolvedZeeshan Ali2003-06-091-2/+4
| | | | | Original commit message from CVS: localhost (the default host) couldnt get resolved
* localhost should not be looked-up and the user should be able to able to use ↵Zeeshan Ali2003-05-222-6/+24
| | | | | | | IP instead of hostname Original commit message from CVS: localhost should not be looked-up and the user should be able to able to use IP instead of hostname
* Fixup for bug 109797 and 109094Ronald S. Bultje2003-04-061-9/+15
| | | | | Original commit message from CVS: Fixup for bug 109797 and 109094
* Making some things work and breaking othersZeeshan Ali2003-02-101-3/+10
| | | | | Original commit message from CVS: Making some things work and breaking others
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-1/+1
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-102-10/+10
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* Update to new element sync APIWim Taymans2002-12-271-2/+4
| | | | | Original commit message from CVS: Update to new element sync API
* added mtu optionZeeshan Ali2002-12-202-9/+33
| | | | | Original commit message from CVS: added mtu option
* Fix caps negoWim Taymans2002-12-181-1/+2
| | | | | Original commit message from CVS: Fix caps nego
* build fix: declare variable at start of blockDavid I. Lehn2002-12-171-1/+1
| | | | | Original commit message from CVS: build fix: declare variable at start of block
* trying to follow wtay's adviceZeeshan Ali2002-12-152-2/+41
| | | | | Original commit message from CVS: trying to follow wtay's advice
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+1
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* Moved clock set/get to class functions.Wim Taymans2002-11-271-2/+3
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* updated with the latest changes.Zeeshan Ali2002-11-162-10/+39
| | | | | Original commit message from CVS: updated with the latest changes.
* (1) Caps nego are now dynamic, the Application developer now have choices: ↵Zeeshan Ali2002-11-164-50/+206
| | | | | | | | udp, tcp & none. Original commit message from CVS: (1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none. (2) Broadcast flag set to true on all the udp sockets.
* UDP plugins will work for RedHatians tooZeeshan Ali2002-11-082-8/+2
| | | | | Original commit message from CVS: UDP plugins will work for RedHatians too
* Trying to make udp plugins workZeeshan Ali2002-11-083-1/+23
| | | | | Original commit message from CVS: Trying to make udp plugins work
* convert sys_errlist to g_strerror()David Schleef2002-10-261-1/+1
| | | | | Original commit message from CVS: convert sys_errlist to g_strerror()
* licenses againAndy Wingo2002-09-292-2/+2
| | | | | Original commit message from CVS: licenses again
* plugins part of license field patchChristian Schaller2002-09-182-0/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-202-2/+2
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-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 Wingo2002-03-205-5/+5
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-193-9/+9
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-132-8/+10
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+3
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* Initial revisionAndy Wingo2001-12-228-0/+877
Original commit message from CVS: Initial revision