summaryrefslogtreecommitdiff
path: root/gst/gstpadtemplate.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-02-27docs: fix problems introduced by c068b225fef5a9bf0Reynaldo H. Verdejo Pinochet1-1/+1
2014-02-27docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer1-10/+5
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-8/+0
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-4/+4
2012-03-29docs: update more documentationWim Taymans1-1/+1
2012-03-11caps: avoid using in-place oprationsWim Taymans1-1/+1
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-2/+1
2012-01-28Use macros to register boxed types thread safelyOlivier Crête1-11/+1
2012-01-25gst_pad_template_new() now returns a floating referenceJason DeRose1-1/+1
2011-10-16padtemplate: clean up parent_classWim Taymans1-3/+1
2011-10-11gst: More 'transfer' annotationsEdward Hervey1-1/+1
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-2/+4
2011-08-26padtemplate: explicitly cast to the enum typesJosep Torra1-2/+4
2011-05-17padtemplate: Create pad templates with floating refsSebastian Dröge1-14/+0
2011-05-17padtemplate: Improve reference handling of the template's capsSebastian Dröge1-13/+3
2011-05-17pad: Let template related functions return new referencesSebastian Dröge1-3/+6
2011-04-16element: Inherit element metadata and pad templates from parent classesSebastian Dröge1-3/+3
2011-03-08Merge branch 'master' into 0.11Wim Taymans1-10/+10
2011-03-08padtemplate: add missing ; in example (and trim whitespace)Stefan Kost1-10/+10
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-9/+9
2011-01-06Revert "padtemplate: allow disablinbg the template name conformance checks"Tim-Philipp Müller1-3/+2
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-6/+7
2010-12-07object: Removed deprecated fields and methodsWim Taymans1-1/+1
2010-12-03padtemplate: add two FIXME0.11: commentsStefan Kost1-0/+1
2010-12-03padtemplate: allow disablinbg the template name conformance checksStefan Kost1-2/+3
2010-12-03padtemplate: the supplied caps may not be NULLStefan Kost1-2/+1
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+1
2009-10-06gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller1-2/+1
2009-05-11Use new _ref_sink when we canWim Taymans1-2/+1
2009-04-15staticpadtemplate: Update docs of gst_static_pad_template_get_caps ()Sebastian Dröge1-2/+4
2009-04-08padtemplate: enable code to fix the leak, now that the deps have been releasedStefan Kost1-5/+0
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-24/+2
2009-03-11padtemplate: Allow %u as conversion modifier additional to %d and %sSebastian Dröge1-2/+2
2008-08-29gst/gstpadtemplate.c: Revert last change, since it breaks a few plugins, ffmp...David Schleef1-0/+5
2008-08-28gst/gstpadtemplate.c: The old behaviour was that gst_pad_template_new() takes...Stefan Kost1-0/+3
2008-08-01gst/gstpadtemplate.c: Add "name-template", "direction", "presence" and "caps"...Tim-Philipp Müller1-13/+129
2008-02-05Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...Sebastian Dröge1-3/+7
2008-02-03gst/: Make it possible (and recommended) to set element details and add pad t...Sebastian Dröge1-3/+3
2006-06-12Add G_UNLIKELY in type registration.Wim Taymans1-2/+2
2006-05-07gst/gstcaps.c: Docs about how to print caps for debug purposes.Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06gst/gstpad.c: Use g_value_get_object() instead of g_value_dup_gst_object(), t...Michael Smith1-3/+21
2006-02-14Fix padtemplate docs, fixes #328805.Wim Taymans1-17/+33
2005-12-20gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in ...Edward Hervey1-0/+12
2005-12-06expand tabsThomas Vander Stichele1-4/+4
2005-10-15I'm too lazy to comment thisThomas Vander Stichele1-6/+0
2005-10-15various style fixesThomas Vander Stichele1-9/+11
2005-10-15whitespace fixesThomas Vander Stichele1-15/+15