summaryrefslogtreecommitdiff
path: root/gst/gstpadtemplate.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-25inlined two more docs factored gstpadtemplate out of gstpadStefan Kost1-0/+331