Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
authorStefan Kost <ensonic@users.sourceforge.net>
Sat, 8 Apr 2006 20:57:31 +0000 (20:57 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sat, 8 Apr 2006 20:57:31 +0000 (20:57 +0000)
commit77a56957181542ebd67bb5777903b37987bb2036
tree0c8a24c049cb3cb794c15607e7a9e218ef7cdc76
parented95eff8a1cf986e9a2c58119f8a4b30627cb2b1
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)

Original commit message from CVS:
* gst/gstbuffer.c: (gst_subbuffer_class_init):
* gst/gstclock.c: (gst_clock_class_init):
* gst/gstelement.c: (gst_element_class_init):
* gst/gstindex.c: (gst_index_class_init):
* gst/gstindexfactory.c: (gst_index_factory_class_init):
* gst/gstobject.c: (gst_object_class_init),
(gst_signal_object_class_init):
* gst/gstpad.c: (gst_pad_class_init):
* gst/gstpadtemplate.c: (gst_pad_template_class_init):
* gst/gstpluginfeature.c: (gst_plugin_feature_class_init):
* gst/gstregistry.c: (gst_registry_class_init):
* gst/gstsystemclock.c: (gst_system_clock_class_init):
* gst/gsttask.c: (gst_task_class_init):
* gst/gstxml.c: (gst_xml_class_init):
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_loop):
* libs/gst/controller/gstcontroller.c:
(_gst_controller_class_init):
* plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
* plugins/indexers/gstfileindex.c: (gst_file_index_class_init):
* plugins/indexers/gstmemindex.c: (gst_mem_index_class_init):
* tests/old/examples/plugins/example.c: (gst_example_class_init):
* tests/old/testsuite/threads/signals.c: (gst_test_class_init):
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
22 files changed:
ChangeLog
gst/gstbuffer.c
gst/gstclock.c
gst/gstelement.c
gst/gstindex.c
gst/gstindexfactory.c
gst/gstobject.c
gst/gstpad.c
gst/gstpadtemplate.c
gst/gstpluginfeature.c
gst/gstregistry.c
gst/gstsystemclock.c
gst/gsttask.c
gst/gstxml.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/controller/gstcontroller.c
plugins/elements/gstfdsrc.c
plugins/indexers/gstfileindex.c
plugins/indexers/gstmemindex.c
tests/old/examples/plugins/example.c
tests/old/testsuite/threads/signals.c