summaryrefslogtreecommitdiff
path: root/gst/dccp
Commit message (Expand)AuthorAgeFilesLines
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-184-29/+16
* fix compile error with trace macroRob Clark2010-03-111-1/+1
* Add new plugin to spec file and add missing header to gst/dccp/Makefile.amChristian Schaller2009-04-271-2/+2
* dccp: Port DCCP plugin to MinGWРуслан Ижбулатов2009-03-2612-51/+123
* dccp: Fix "non-void without return value" compilation issue.Edward Hervey2009-02-221-0/+2
* Fix compilation on Forte.Jan Schmidt2009-01-301-2/+2
* Fix build on Solaris. Fixes bug #568480.Brian Cameron2009-01-231-4/+0
* gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ...Sebastian Dröge2008-11-221-1/+1
* gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin.Leandro Melo de Sales2008-11-208-147/+251
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-12/+1
* gst/dccp/: Fix compilation on Solaris by including filio.h as needed.Jan Schmidt2008-08-282-0/+13
* gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in...Edward Hervey2008-08-262-3/+3
* gst/dccp/gstdccp.c: Whoops, that was one fix too much :)Edward Hervey2008-08-261-1/+1
* gst/dccp/gstdccp.c: size_t's size varies by platform/architecture. Use glib c...Edward Hervey2008-08-261-5/+5
* Add dccp plugin. Fixes #542390.Leandro Melo de Sales2008-08-2112-0/+2548