summaryrefslogtreecommitdiff
path: root/gst/dccp
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-0412-24/+24
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-174-4/+4
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-144-4/+4
* Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller2012-05-051-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-4/+7
|\
| * dccp: avoid indefinite looping upon errorMark Nauwelaerts2012-03-061-3/+6
| * dccp: Fix 'comparison of unsigned expression < 0 is always false' compiler wa...Sebastian Dröge2012-03-061-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-0/+12
|\ \ | |/
| * dccpclientsink: fix string leakVincent Penquerc'h2012-01-121-0/+12
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-284-8/+4
|/
* gst/dccp: fix build on newer mingwMarc-André Lureau2011-05-161-0/+3
* dccpserversink: fix list iteration codeTim-Philipp Müller2011-03-271-9/+18
* dccp: use socklen_t where appropriate rather than specific typeMark Nauwelaerts2011-02-012-5/+4
* dccp: Remove dead assignmentsEdward Hervey2010-11-251-4/+3
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-194-21/+26
* Fix printf format strings for gcc 4.5Руслан Ижбулатов2010-04-291-2/+2
* Fixes for -Waggregate-returnBenjamin Otte2010-03-231-27/+1
* 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