gst/gstpadtemplate.c: Add "name-template", "direction", "presence" and "caps" propert...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 1 Aug 2008 10:02:49 +0000 (10:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 1 Aug 2008 10:02:49 +0000 (10:02 +0000)
commit2fd47ae87473c267927ba3e4fb3f2df108993291
treebc832ff2d73b12a7572d52842cb83837d4138f5f
parent26b51b2d9ccb88e68ea0588c66b99b7fb2a2b4b8
gst/gstpadtemplate.c: Add "name-template", "direction", "presence" and "caps" properties, so that gst_pad_template_ne...

Original commit message from CVS:
* gst/gstpadtemplate.c:
(gst_pad_template_class_init), (gst_static_pad_template_get),
(gst_pad_template_new), (gst_pad_template_pad_created),
(gst_pad_template_set_property), (gst_pad_template_get_property):
Add "name-template", "direction", "presence" and "caps" properties,
so that gst_pad_template_new() is just a thin wrapper around
g_object_new(), which is better for bindings. (Fixes: #539772)
ChangeLog
common
gst/gstpadtemplate.c