summaryrefslogtreecommitdiff
path: root/gst/dccp
AgeCommit message (Expand)AuthorFilesLines
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