summaryrefslogtreecommitdiff
path: root/gst/gstpadtemplate.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix problems introduced by c068b225fef5a9bf0Reynaldo H. Verdejo Pinochet2014-02-271-1/+1
* docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer2014-02-271-10/+5
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-8/+0
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-4/+4
* docs: update more documentationWim Taymans2012-03-291-1/+1
* caps: avoid using in-place oprationsWim Taymans2012-03-111-1/+1
* gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge2012-03-021-2/+1
* Use macros to register boxed types thread safelyOlivier Crête2012-01-281-11/+1
* gst_pad_template_new() now returns a floating referenceJason DeRose2012-01-251-1/+1
* padtemplate: clean up parent_classWim Taymans2011-10-161-3/+1
* gst: More 'transfer' annotationsEdward Hervey2011-10-111-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-261-2/+4
|\
| * padtemplate: explicitly cast to the enum typesJosep Torra2011-08-261-2/+4
* | padtemplate: Create pad templates with floating refsSebastian Dröge2011-05-171-14/+0
* | padtemplate: Improve reference handling of the template's capsSebastian Dröge2011-05-171-13/+3
* | pad: Let template related functions return new referencesSebastian Dröge2011-05-171-3/+6
* | element: Inherit element metadata and pad templates from parent classesSebastian Dröge2011-04-161-3/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-03-081-10/+10
|\ \ | |/
| * padtemplate: add missing ; in example (and trim whitespace)Stefan Kost2011-03-081-10/+10
* | Merge branch 'master' into 0.11Wim Taymans2011-02-221-9/+9
|\ \ | |/
| * Revert "padtemplate: allow disablinbg the template name conformance checks"Tim-Philipp Müller2011-01-061-3/+2
| * docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-6/+7
* | object: Removed deprecated fields and methodsWim Taymans2010-12-071-1/+1
|/
* padtemplate: add two FIXME0.11: commentsStefan Kost2010-12-031-0/+1
* padtemplate: allow disablinbg the template name conformance checksStefan Kost2010-12-031-2/+3
* padtemplate: the supplied caps may not be NULLStefan Kost2010-12-031-2/+1
* docs: fix xrefs in docsStefan Kost2009-11-251-1/+1
* gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller2009-10-061-2/+1
* Use new _ref_sink when we canWim Taymans2009-05-111-2/+1
* staticpadtemplate: Update docs of gst_static_pad_template_get_caps ()Sebastian Dröge2009-04-151-2/+4
* padtemplate: enable code to fix the leak, now that the deps have been releasedStefan Kost2009-04-081-5/+0
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-24/+2
* padtemplate: Allow %u as conversion modifier additional to %d and %sSebastian Dröge2009-03-111-2/+2
* gst/gstpadtemplate.c: Revert last change, since it breaks a few plugins, ffmp...David Schleef2008-08-291-0/+5
* gst/gstpadtemplate.c: The old behaviour was that gst_pad_template_new() takes...Stefan Kost2008-08-281-0/+3
* gst/gstpadtemplate.c: Add "name-template", "direction", "presence" and "caps"...Tim-Philipp Müller2008-08-011-13/+129
* Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...Sebastian Dröge2008-02-051-3/+7
* gst/: Make it possible (and recommended) to set element details and add pad t...Sebastian Dröge2008-02-031-3/+3
* Add G_UNLIKELY in type registration.Wim Taymans2006-06-121-2/+2
* gst/gstcaps.c: Docs about how to print caps for debug purposes.Stefan Kost2006-05-071-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* gst/gstpad.c: Use g_value_get_object() instead of g_value_dup_gst_object(), t...Michael Smith2006-04-061-3/+21
* Fix padtemplate docs, fixes #328805.Wim Taymans2006-02-141-17/+33
* gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in ...Edward Hervey2005-12-201-0/+12
* expand tabsThomas Vander Stichele2005-12-061-4/+4
* I'm too lazy to comment thisThomas Vander Stichele2005-10-151-6/+0
* various style fixesThomas Vander Stichele2005-10-151-9/+11
* whitespace fixesThomas Vander Stichele2005-10-151-15/+15
* inlined two more docs factored gstpadtemplate out of gstpadStefan Kost2005-09-251-0/+331