summaryrefslogtreecommitdiff
path: root/gst/dccp
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-4/+7
2012-03-06dccp: avoid indefinite looping upon errorMark Nauwelaerts1-3/+6
2012-03-06dccp: Fix 'comparison of unsigned expression < 0 is always false' compiler wa...Sebastian Dröge1-1/+1
2012-01-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+12
2012-01-12dccpclientsink: fix string leakVincent Penquerc'h1-0/+12
2011-11-28various: fix pad template ref leaksVincent Penquerc'h4-8/+4
2011-05-16gst/dccp: fix build on newer mingwMarc-André Lureau1-0/+3
2011-03-27dccpserversink: fix list iteration codeTim-Philipp Müller1-9/+18
2011-02-01dccp: use socklen_t where appropriate rather than specific typeMark Nauwelaerts2-5/+4
2010-11-25dccp: Remove dead assignmentsEdward Hervey1-4/+3
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost4-21/+26
2010-04-29Fix printf format strings for gcc 4.5Руслан Ижбулатов1-2/+2
2010-03-23Fixes for -Waggregate-returnBenjamin Otte1-27/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte4-29/+16
2010-03-11fix compile error with trace macroRob Clark1-1/+1
2009-04-27Add new plugin to spec file and add missing header to gst/dccp/Makefile.amChristian Schaller1-2/+2
2009-03-26dccp: Port DCCP plugin to MinGWРуслан Ижбулатов12-51/+123
2009-02-22dccp: Fix "non-void without return value" compilation issue.Edward Hervey1-0/+2
2009-01-30Fix compilation on Forte.Jan Schmidt1-2/+2
2009-01-23Fix build on Solaris. Fixes bug #568480.Brian Cameron1-4/+0
2008-11-22gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ...Sebastian Dröge1-1/+1
2008-11-20gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin.Leandro Melo de Sales8-147/+251
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-12/+1
2008-08-28gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt2-0/+13
2008-08-26gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey2-3/+3
2008-08-26gst/dccp/gstdccp.c: Whoops, that was one fix too much :)Edward Hervey1-1/+1
2008-08-26gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...Edward Hervey1-5/+5
2008-08-21Add dccp plugin. Fixes #542390.Leandro Melo de Sales12-0/+2548