summaryrefslogtreecommitdiff
path: root/gst/udp
Commit message (Expand)AuthorAgeFilesLines
* udpsink: avoid alloc and free in render functionWim Taymans2013-04-112-5/+20
* udpsink: improve debugWim Taymans2013-04-091-1/+2
* udpsrc: use g_socket_set_option() to set buffer size with newer GLib versionsTim-Philipp Müller2013-02-151-1/+43
* udpsrc: sanity check size of available packet data for reading to avoid memor...Tim-Philipp Müller2013-01-041-0/+8
* udpsrc: improve timeoutsWim Taymans2012-12-121-6/+10
* udpsrc: post error before stoppingWim Taymans2012-11-151-3/+4
* udpsrc: Also clear GErrorSebastian Dröge2012-11-091-0/+1
* udpsrc: Don't error out if we get an ICMP destination-unreachable message whe...Sebastian Dröge2012-11-091-1/+11
* Fix FSF addressTim-Philipp Müller2012-11-0412-24/+24
* updsrc: fix typo causing compilation errorSebastian Rasmussen2012-10-221-1/+1
* multiudpsink: add multicast-iface propertyRasmus Rohde2012-10-102-4/+26
* multiudpsink: don't error on send errors but only warnWim Taymans2012-10-101-26/+27
* multiudpsink: add force-ipv4 optionRasmus Rohde2012-10-102-1/+23
* multiudpsink: remove unused fieldWim Taymans2012-10-102-6/+0
* udpsrc: use negotiated allocator or poolWim Taymans2012-10-101-24/+32
* multiudpsink: post error when something goes wrongWim Taymans2012-10-101-2/+7
* udp: add include for IPPROTO_*Mark Nauwelaerts2012-09-121-0/+4
* udp: properly match braces and cpp directivesMark Nauwelaerts2012-09-121-1/+1
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-272-4/+4
* udpsink: don't crash on NULL errorWim Taymans2012-08-221-1/+2
* multiudpsink: Return FLUSHING instead of ERROR on unlockOlivier Crête2012-08-071-1/+7
* udpsrc: don't crash dereferencing NULL error when leaving multicast group on ...Tim-Philipp Müller2012-07-241-1/+1
* multiudpsink: check the right size when warning about too large udp packetsTim-Philipp Müller2012-07-111-5/+5
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-104-5/+5
* updsrc: clear errorMark Nauwelaerts2012-04-051-0/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer api changeWim Taymans2012-03-301-1/+1
* udp: Fix compiling with mingw.Raimo Järvi2012-03-272-0/+4
* udpsink: Unlock on errorOlivier Crête2012-03-221-0/+1
* udpsink: make buffer-size work againWim Taymans2012-03-131-1/+1
* udpsrc: fix SO_RCVBUF handlingWim Taymans2012-03-131-1/+4
* udp: Change the default port to 5004David Schleef2012-03-062-2/+2
* Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-012-0/+8
|\
| * Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2012-02-272-0/+8
* | update for new memory apiWim Taymans2012-02-221-2/+3
* | fix compiler warningsWim Taymans2012-02-201-4/+5
* | fix compiler warningsMatej Knopp2012-02-201-2/+2
* | update for memory api changeWim Taymans2012-02-131-2/+4
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-1/+1
|\ \ | |/
| * multiudpsink: typo fix (bytes send -> bytes sent)Marc Leeman2012-02-091-1/+1
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* | dynudpsink: fix get-stats signal registration some moreTim-Philipp Müller2012-01-261-1/+1
* | Revert "udp: mark action signals as RUN_FIRST"Tim-Philipp Müller2012-01-261-6/+6
* | udp: mark action signals as RUN_FIRSTTim-Philipp Müller2012-01-261-6/+6
* | udp: mark "get-stats" as action signalTim-Philipp Müller2012-01-261-1/+2
* | udp: fix get-stats action signal registrationTim-Philipp Müller2012-01-263-5/+7
* | udpsrc: fix print formatAndoni Morales Alastruey2012-01-261-1/+1
* | more memory API portingWim Taymans2012-01-252-20/+21
* | udpsrc: fix string leakVincent Penquerc'h2012-01-241-0/+3
* | udpsrc: fix use of freed memoryVincent Penquerc'h2012-01-241-1/+1