summaryrefslogtreecommitdiff
path: root/gst/gstelementfactory.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-19elementfactory: add gst_element_factory_get_metadata_keys()Tim-Philipp Müller1-0/+34
2012-03-29docs: update more documentationWim Taymans1-0/+10
2012-01-26caps: Store a pointer to GstCaps in GstStaticCapsSebastian Dröge1-1/+1
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-1/+1
2012-01-02registry: rename gst_registry_get_default() to gst_registry_get()Tim-Philipp Müller1-4/+4
2011-12-12elementfactory: use new 'transfer floating' annotation for gst_element_factor...Tim-Philipp Müller1-2/+2
2011-11-13urihandler: fix return type of get_protocols()Tim-Philipp Müller1-4/+8
2011-11-13urihandler: fix return type of _get_uri_type()Tim-Philipp Müller1-1/+1
2011-11-13Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-3/+3
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller1-3/+3
2011-10-08elementfactory: don't export private _gst_elementclass_factory quarkTim-Philipp Müller1-3/+3
2011-08-22Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-08-16docs: fix typo in element factory documentationTim-Philipp Müller1-1/+1
2011-07-27Merge branch 'master' into 0.11Wim Taymans1-2/+4
2011-07-27elementfactory: fix g-i annotation for _create() and _make() to allow NULL ob...Tim-Philipp Müller1-2/+4
2011-06-22uri: remove some _full variantsWim Taymans1-8/+3
2011-06-22caps: Hide implementation detailsWim Taymans1-14/+1
2011-06-10Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-06-09Use "const" instead G_CONST_RETURNJavier Jardón1-8/+8
2011-06-05Merge branch 'master' into 0.11Tim-Philipp Müller1-2/+2
2011-06-04Work around changes in g_atomic APIDavid Schleef1-2/+2
2011-05-24feature: use object nameWim Taymans1-3/+3
2011-05-03docs: fix copy'n'paste doc header mistakeStefan Kost1-1/+1
2011-04-25Merge branch 'master' into 0.11Wim Taymans1-0/+4
2011-04-24pluginfeature: store pointer to plugin in addition to the plugin nameTim-Philipp Müller1-0/+4
2011-02-23elementfactory: improve caps string managementWim Taymans1-1/+1
2011-02-23fix compilationWim Taymans1-2/+2
2011-02-23messages: make message a simple boxed typeWim Taymans1-2/+2
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-12/+19
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-12/+19
2010-12-07element: rework GstElementDetailsWim Taymans1-116/+15
2010-12-03elementfactory: use g_intern_string for interface namesStefan Kost1-2/+2
2010-12-03registry: also intern the static capsStefan Kost1-3/+4
2010-12-03elementfactory: meta-data can be NULLStefan Kost1-0/+3
2010-11-18elementfactory: fix caps leak in element factory list utility functionsTim-Philipp Müller1-0/+1
2010-09-16elementfactory: make sure gstreamer has been initialized when creating elementsTim-Philipp Müller1-0/+2
2010-09-06elementfactory: use the parent_class defined by G_DEFINE_TYPEStefan Kost1-5/+1
2010-09-06element-details: allow for arbitrary element detailsStefan Kost1-0/+51
2010-09-03GstElementFactory: Add listing featuresEdward Hervey1-0/+196
2010-06-16elementfactory: Add an allow-none annotationJohan Dahlin1-1/+1
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-2/+3
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-40/+1
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2009-12-14gstelementfactory: set object name earlier if applicableStefan Kost1-5/+8
2009-10-28optimisation : Use g_object_newv where possible.Edward Hervey1-2/+3
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-1/+1
2009-10-07elementfactory: fix spelling in commentMichael Smith1-2/+2
2009-09-10whitespace fixesWim Taymans1-4/+4
2009-08-31registry: fill in elementfactory when registering elementMark Nauwelaerts1-1/+2
2009-06-11elementfactory: Fix a compiler warningJan Schmidt1-1/+1