]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
gst/: don't use memchunks for these objects, use malloc instead
authorBenjamin Otte <otte@gnome.org>
Fri, 9 Apr 2004 19:05:03 +0000 (19:05 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 9 Apr 2004 19:05:03 +0000 (19:05 +0000)
commit3147797afb9c445d58ad81089bf54886c0cf0969
tree3d87337efa13a607ebeba26e3373a6e9a8aa31ec
parent787e8d78cdbdba19e8802090f46c7c43646054c5
gst/: don't use memchunks for these objects, use malloc instead

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_get_type):
* gst/gstclock.c: (gst_clock_get_type):
* gst/gstindex.c: (gst_index_get_type):
* gst/gstobject.c: (gst_object_get_type),
(gst_signal_object_get_type):
* gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
(gst_pad_template_get_type), (gst_ghost_pad_get_type):
* gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
* gst/gstqueue.c: (gst_queue_get_type):
* gst/gstregistry.c: (gst_registry_get_type):
* gst/gstsystemclock.c: (gst_system_clock_get_type):
* gst/gstthread.c: (gst_thread_get_type):
don't use memchunks for these objects, use malloc instead
12 files changed:
ChangeLog
gst/gstbin.c
gst/gstclock.c
gst/gstindex.c
gst/gstobject.c
gst/gstpad.c
gst/gstpluginfeature.c
gst/gstqueue.c
gst/gstregistry.c
gst/gstsystemclock.c
gst/gstthread.c
plugins/elements/gstqueue.c