summaryrefslogtreecommitdiff
path: root/gst/gstelementfactory.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-15docs: format and indent examples.Stefan Kost1-5/+8
2008-05-28gst/gstelementfactory.c: Small doc fix. Fixes #535285.José Alburquerque1-1/+1
2008-04-23gst/gstelementfactory.c: Unref the factory after it was used the last time, n...Sebastian Dröge1-1/+2
2007-12-21gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...Tim-Philipp Müller1-1/+2
2007-10-25gst/: Patch from Alessandro Decina adding get_type_full and get_protocols_ful...Alessandro Decina1-3/+10
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-2/+2
2007-09-19gst/glib-compat-private.h: Add compatibility macro for g_intern_string() forTim-Philipp Müller1-2/+3
2007-09-19gst/gstelementfactory.c: Release static caps. Fixes #475723.Stefan Kost1-1/+15
2007-07-25gst/gstelementfactory.*: API: gst_element_factory_has_interface()Wim Taymans1-0/+28
2007-06-26gst/gstelementfactory.c: Microoptimization that saves stunning 80 bytes.Stefan Kost1-4/+1
2007-05-12gst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order to disable option parsing...David Schleef1-1/+5
2007-02-11docs/libs/Makefile.am: Fix path to core docs.Stefan Kost1-1/+1
2006-12-07Fix refcounting of gst_plugin_feature_load to match the docs.Jan Schmidt1-3/+9
2006-09-25gst/gstelementfactory.c: Fix typo in docs blurb.Tim-Philipp Müller1-2/+3
2006-08-14gst/gstelementfactory.c: If the GstElementClass doesn't have a GstElementDeta...Edward Hervey1-4/+16
2006-07-31gst/gstelementfactory.c: Remove unnecessary ref/unref pairJan Schmidt1-3/+1
2006-04-11gst/gstelementfactory.c: Some cleanups.Wim Taymans1-37/+59
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-9/+9
2005-11-24Doc fixes.Wim Taymans1-10/+2
2005-10-15I'm too lazy to comment thisThomas Vander Stichele1-4/+0
2005-10-15various style fixesThomas Vander Stichele1-10/+12
2005-10-15whitespace fixesThomas Vander Stichele1-20/+20
2005-10-15signedness fixesThomas Vander Stichele1-1/+1
2005-10-08more docsStefan Kost1-1/+1
2005-09-27gst/: remove now useless and leaky resurrection code in disposeThomas Vander Stichele1-4/+4
2005-09-22gst/gstconfig.h.in: Psych out gtk-doc.Andy Wingo1-7/+1
2005-09-21gst/gstelementfactory.c: Drink a little beer, fix a little leak.David Schleef1-0/+1
2005-09-20gst/gstelementfactory.c (gst_element_factory_create): Avoid eating the caller...Andy Wingo1-4/+15
2005-09-19check/Makefile.am: re-enable tests now that leaks are pluggedThomas Vander Stichele1-2/+8
2005-09-18various cleanups and memleak plugging. make valgrind is happy now.Thomas Vander Stichele1-1/+16
2005-09-18check/Makefile.am: Fix environment variables.David Schleef1-1/+8
2005-09-16Getting tired of debugging. Disabled all the unreffing of plugins and featur...David Schleef1-0/+2
2005-09-15removeDavid Schleef1-52/+14
2005-09-02merged elementdetails docs into elementfactory docs inlined bothStefan Kost1-0/+43
2005-07-09check/gst/gstbin.c: add test for state change message on a binThomas Vander Stichele1-1/+1
2005-06-29gst/: Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added t...Edward Hervey1-67/+0
2005-06-08add a debug lineThomas Vander Stichele1-0/+1
2005-04-12Use libxml2 for registry parsing, use staticpadtemplates in elementfactories....Ronald S. Bultje1-22/+39
2005-02-19gst/: name objects by default, not in gst_element_factory_create. Allows usin...Benjamin Otte1-1/+2
2004-12-16gst/gstelementfactory.c: Fix compile failure if compiling without libxml2 sup...Ronald S. Bultje1-0/+7
2004-07-29gst/gstpad.c: check that caps are fixedBenjamin Otte1-3/+2
2004-07-22gst/gstelementfactory.c: set the factory in the class struct, so gst_element_...Benjamin Otte1-0/+1
2004-07-20fix for 147929: [PATCH] running gst-register in non-utf8 locale can cause inv...Thomas Vander Stichele1-4/+16
2004-06-16gst/gstelementfactory.c: make the freakin "elementfactory bla has no type" me...Benjamin Otte1-2/+9
2004-04-06gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. An...Benjamin Otte1-2/+2
2004-03-30more doc fixesThomas Vander Stichele1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-14/+15
2004-03-13gst-indent run on coreThomas Vander Stichele1-74/+104
2004-02-20gst/: Debugging tweaks.Andy Wingo1-7/+9