summaryrefslogtreecommitdiff
path: root/gst/gstinterface.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-4/+6
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey1-4/+0
2008-02-29gst/gstinterface.c: Don't crash if the element supports the interface queried...Tim-Philipp Müller1-0/+7
2005-10-15various style fixesThomas Vander Stichele1-0/+1
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-09-21inlined more docsStefan Kost1-0/+9
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-5/+5
2004-03-13gst-indent run on coreThomas Vander Stichele1-24/+17
2004-01-30make sure all API gets built sync .c with .hThomas Vander Stichele1-1/+7
2003-12-27gst/gstcaps.c: add sanity checksBenjamin Otte1-3/+3
2003-12-07Rename GstInterface to GstImplementsInterface (see bug #122423)Ronald S. Bultje1-26/+28
2003-11-18Add GstElement as a prerequisite for GstInterfaceRonald S. Bultje1-0/+3
2003-09-29cast -> check, since we don't need the result. This also removes a warning wh...Ronald S. Bultje1-1/+1
2003-09-13Make interface hack work with multiple interfaces per elementRonald S. Bultje1-3/+5
2003-09-13Implement generic interface stuff, with per-instance support checking instead...Ronald S. Bultje1-0/+170