gst/gstbin.c: Help the compiler a bit with type registration.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 28 Feb 2006 10:52:02 +0000 (10:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 28 Feb 2006 10:52:02 +0000 (10:52 +0000)
commita19398105c539437eabbb23ca8158b0c11c8b9d5
treee1237fb6942941986b33263965184000a78cf3f7
parente4d393eb66712ddf1b34b4728c31acec29bdb041
gst/gstbin.c: Help the compiler a bit with type registration.

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_get_type), (gst_bin_handle_message_func):
Help the compiler a bit with type registration.
Use existing forward cod path instead of duplicating it when
handling a message.

* gst/gstbus.c: (gst_bus_get_type):
* gst/gstcaps.c: (gst_caps_get_type), (gst_static_caps_get_type):
* gst/gstchildproxy.c: (gst_child_proxy_get_type):
* gst/gstclock.c: (gst_clock_get_type):
* gst/gstelement.c: (gst_element_get_type),
* gst/gstelementfactory.c: (gst_element_factory_get_type):
* gst/gstindexfactory.c: (gst_index_factory_get_type):
* gst/gstminiobject.c: (gst_mini_object_get_type):
* gst/gstpad.c: (gst_pad_get_type):
* gst/gstsegment.c: (gst_segment_get_type):
* gst/gststructure.c: (gst_structure_get_type):
* gst/gstsystemclock.c: (gst_system_clock_get_type):
* gst/gsttask.c: (gst_task_get_type), (gst_task_join):
* gst/gstvalue.c:
Help compiler with type registration.

* plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
Small doc update.
17 files changed:
ChangeLog
gst/gstbin.c
gst/gstbus.c
gst/gstcaps.c
gst/gstchildproxy.c
gst/gstclock.c
gst/gstelement.c
gst/gstelementfactory.c
gst/gstindexfactory.c
gst/gstminiobject.c
gst/gstpad.c
gst/gstsegment.c
gst/gststructure.c
gst/gstsystemclock.c
gst/gsttask.c
gst/gstvalue.c
plugins/elements/gstqueue.c