gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of...
authorDavid Schleef <ds@schleef.org>
Wed, 18 Feb 2004 05:26:59 +0000 (05:26 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 18 Feb 2004 05:26:59 +0000 (05:26 +0000)
commit67455089a46c83c4570e105e970c2ac8aa4966b8
tree40dc9add15439d52a6d0ba34956535bcaa749b98
parent6aeaab96430a539a769b05c4fc6b535dbcf598ec
gst/elements/gstmultifilesrc.c: Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.

Original commit message from CVS:
* gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
* gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
Use GST_TYPE_CAPS in signal prototype.
* gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
Convert GST_TYPE_CAPS to boxed.
* gst/gstelement.c: (gst_element_class_init):
Use GST_TYPE_TAG_LIST in signal prototype.
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindex.h:
Add GST_TYPE_INDEX_ENTRY type.
* gst/gstmarshal.list:
Add necessary marshal types.
* gst/gstpad.c: (gst_real_pad_class_init),
(_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
(gst_pad_recover_caps_error):
Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
* gst/gststructure.c: (_gst_structure_initialize),
(gst_structure_copy), (_gst_structure_copy_conditional):
* gst/gststructure.h:
Convert GST_TYPE_STRUCTURE to boxed.
* gst/gsttag.c: (gst_tag_list_get_type):
* gst/gsttag.h:
Add GST_TYPE_TAG_LIST type.
17 files changed:
ChangeLog
gst/elements/gstmultifilesrc.c
gst/elements/gsttypefind.c
gst/gstcaps.c
gst/gstelement.c
gst/gstindex.c
gst/gstindex.h
gst/gstmarshal.list
gst/gstpad.c
gst/gststructure.c
gst/gststructure.h
gst/gsttag.c
gst/gsttag.h
gst/gsttaglist.c
gst/gsttaglist.h
plugins/elements/gstmultifilesrc.c
plugins/elements/gsttypefind.c